TdxBarPainter.DrawGlyph(TdxBarItemControl,HDC,TRect,TRect,TRect,TdxBarPaintType,TdxBarItemControlViewStructure,TdxBarItemControlViewSize,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean) Method
In This Article
#Declaration
Delphi
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 |
---|---|
ABar |
Tdx |
ADC | HDC |
ADraw |
TRect |
AFull |
TRect |
AImage |
TRect |
APaint |
Tdx |
AView |
Tdx |
AView |
Tdx |
AGlyph |
Boolean |
ASelected | Boolean |
ADowned | Boolean |
ADraw |
Boolean |
ADropped |
Boolean |
ACenter | Boolean |
AForce |
Boolean |
AGray |
Boolean |
AIs |
Boolean |
See Also