Skip to main content
All docs
V25.1
  • TdxBarPainter.GetImageParams(TdxBarItemControl,TRect,TdxBarPaintType,TdxBarItemControlViewStructure,TdxBarItemControlViewSize,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,TdxSmartGlyph,TCustomImageList,Integer,Boolean,TRect,IdxColorPalette) Method

    Declaration

    procedure GetImageParams(AItemControl: TdxBarItemControl; const ADrawRect: TRect; APaintType: TdxBarPaintType; AViewStructure: TdxBarItemControlViewStructure; AViewSize: TdxBarItemControlViewSize; ACenter: Boolean; ASelected: Boolean; ADowned: Boolean; ADrawDowned: Boolean; ADroppedDown: Boolean; var AGlyphEmpty: Boolean; out AGlyph: TdxSmartGlyph; out AImages: TCustomImageList; out AImageIndex: Integer; out ADrawImageEnabled: Boolean; out AImageBounds: TRect; out AGlyphPalette: IdxColorPalette);

    Parameters

    Name Type
    AItemControl TdxBarItemControl
    ADrawRect TRect
    APaintType TdxBarPaintType
    AViewStructure TdxBarItemControlViewStructure
    AViewSize TdxBarItemControlViewSize
    ACenter Boolean
    ASelected Boolean
    ADowned Boolean
    ADrawDowned Boolean
    ADroppedDown Boolean
    AGlyphEmpty Boolean
    AGlyph TdxSmartGlyph
    AImages TCustomImageList
    AImageIndex Integer
    ADrawImageEnabled Boolean
    AImageBounds TRect
    AGlyphPalette IdxColorPalette
    See Also