IEntity2d_DG Interface
- GetName
- SetName
- GetType
- GetPrimaryInterfaceType
- GetPrimaryInterface
- GetLocation
- GetAppearance
- SetColor
- IsVisible
- SetVisible
- GetBoundingRectangle
- Copy
- Clone
- GetExtendedProperties
String GetName()
void SetName(String name)
String GetType()
String GetPrimaryInterfaceType()
IUnk GetPrimaryInterface()
IFrame2d_DG GetLocation()
IAppearance_DG GetAppearance()
void SetColor(float red, float green, float blue)
bool IsVisible()
void SetVisible(bool visible)
Rectangle_DG GetBoundingRectangle()
void Copy(IEntity2d_DG entity)
IEntity2d_DG Clone()
IDictionary_DG GetExtendedProperties()
|