TdxBarPainter.DrawGlyph(TdxBarItemControl,HDC,TRect,TRect,TRect,TdxBarPaintType,TdxBarItemControlViewStructure,TdxBarItemControlViewSize,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
Declaration
procedure DrawGlyph(ABarItemControl: TdxBarItemControl; ADC: HDC; ADrawRect: TRect; const AFullBounds: TRect; out AImageBounds: TRect; APaintType: TdxBarPaintType; AViewStructure: TdxBarItemControlViewStructure; AViewSize: TdxBarItemControlViewSize; AGlyphEmpty: Boolean; ASelected: Boolean; ADowned: Boolean; ADrawDowned: Boolean; ADroppedDown: Boolean; ACenter: Boolean; AForceUseBkBrush: Boolean; AGrayScale: Boolean; AIsSplit: Boolean); overload; virtual;
Parameters
Name | Type |
---|---|
ABarItemControl | TdxBarItemControl |
ADC | HDC |
ADrawRect | TRect |
AFullBounds | TRect |
AImageBounds | TRect |
APaintType | TdxBarPaintType |
AViewStructure | TdxBarItemControlViewStructure |
AViewSize | TdxBarItemControlViewSize |
AGlyphEmpty | Boolean |
ASelected | Boolean |
ADowned | Boolean |
ADrawDowned | Boolean |
ADroppedDown | Boolean |
ACenter | Boolean |
AForceUseBkBrush | Boolean |
AGrayScale | Boolean |
AIsSplit | Boolean |
See Also