TdxBarItemControl.Paint(TcxCanvas,TRect,TdxBarPaintType) Method
In This Article
Draws a bar item control.
#Declaration
Delphi
procedure Paint(ACanvas: TcxCanvas; ARect: TRect; PaintType: TdxBarPaintType);
#Parameters
Name | Type | Description |
---|---|---|
ACanvas | Tcx |
The target canvas. |
ARect | TRect | The bar item control’s bounding rectangle. |
Paint |
Tdx |
The bar item layout that depends on the required position: |
See Also