ILabelSection_KC Interface
- GetText
- GetFont
- SetGeometricHeight
- GetGeometricSize
ILabelSection_KC is implemented by
Sticky Label entities, which display arbitrary oriented 3D text,
and can be applied to a surface via
ISticky_KC
HRESULT GetText(IText** text)
- Remarks:
Gives access to the text string of the label. The text string can only be
modified during creationg process before the first rendering
HRESULT GetFont(IDIFont** font)
- Remarks:
Givess access to the font properties. The font can only be modified during
creationg process before the first rendering
HRESULT SetGeometricHeight(double height)
- Remarks:
Specifies geometric size of the text. When this method is not called the size is
determined using font size and properties of the view. See more details at
Sticky Label
.
HRESULT GetGeometricSize(double* width, double* height)
- Remarks:
Returns geometric dimentions of the label. The dimetions are only related to
unprojected state. In projected state they may be slightly different
|