Skip to main content

dxGuideSelectedBorderGlyph Method

Returns a Smart Glyph containing the bitmap mask for the borders of the selected guide UI adorner.

Declaration

function dxGuideSelectedBorderGlyph: TdxSmartGlyph;

Returns

Type
TdxSmartGlyph

Remarks

Call this global function to create a new Smart Glyph container populated with the bitmap mask for painting the colored outlines of a selected guide (a white opaque two pixel width frame on a completely transparent background, 44 by 22 pixels in size):

The bitmap masks returned by the dxGuideSelectedBorderGlyph and dxGuideNormalBorderGlyph functions are used by the default guide draw routines to display the outlines of selected and idle guides, respectively.

The dxGuideSelectedBorderWidth global constant value must match the white opaque frame’s pixel width in the selected guide border mask. If the constant exceeds the frame’s width, the resulting outlines can be displayed incorrectly.

See Also