IDynamicScreenItem_KC Interface
- GetSize
- SetSize
- GetAttachmentPoint
- SetAttachmentPoint
Represents a rectangle on screen inside the DG Kernel window. Initially added to
access generic properties of
Smart Labels
HRESULT GetSize(double* sx, double* sy)
Returns size of the item's rectangle
HRESULT SetSize(double sx, double sy)
Reserved for future development. Not implemented in this release
HRESULT GetAttachmentPoint(double* x, double* y, double* z)
Returns the point associated with the item in global coordinates
HRESULT SetAttachmentPoint(double x, double y, double z)
Modifies the point associated with the item in global coordinates
|