TdxGuideViewInfo Class
Stores ViewInfo information for painting guide UI adorners.
Declaration
TdxGuideViewInfo = class(
TdxCustomAdornerViewInfo,
IcxMouseTrackingCaller,
IcxMouseTrackingCaller2
)
Remarks
This class provides the following members that allow you to:
- Access the currently painted guide and its UI adorner manager (Adorner and Manager).
- Obtain the color and pixel width of the guide’s outlines (BorderColor and BorderWidth).
- Obtain the bitmap mask used to paint the guide’s outlines (BorderGlyph).
- Identify the guide’s state of interaction with the mouse pointer (State).
The TdxAdornerCustomDrawEvent procedural type’s AViewInfo
parameter references a TdxGuideViewInfo
object as the TdxCustomAdornerViewInfo class. To access the guide’s ViewInfo information within a custom draw event handler, cast a TdxCustomAdornerViewInfo object to the TdxGuideViewInfo
class.
Inheritance
See Also