IEntity2d_DG Interface
Properties
- string Name
- string Type {get;}
- bool Visible
Methods
- GetPrimaryInterfaceType
- GetPrimaryInterface
- GetLocation
- GetAppearance
- SetColor
- IsVisible
- SetVisible
- GetBoundingRectangle
- Copy
- Clone
- GetExtendedProperties
String GetPrimaryInterfaceType()
IUnk GetPrimaryInterface()
IFrame2d_DG GetLocation()
IAppearance_DG GetAppearance()
void SetColor(float red, float green, float blue)
bool IsVisible()
void SetVisible(bool visible)
RectangleDg GetBoundingRectangle()
void Copy(IEntity2d_DG entity)
IEntity2d_DG Clone()
IDictionary_DG GetExtendedProperties()
|