TcxCustomLookAndFeelPainter.DrawScaledArrow(TcxCustomCanvas,TRect,TcxButtonState,TcxArrowDirection,TdxScaleFactor,Boolean) Method
Declaration
procedure DrawScaledArrow(ACanvas: TcxCustomCanvas; const R: TRect; AState: TcxButtonState; AArrowDirection: TcxArrowDirection; AScaleFactor: TdxScaleFactor; ADrawBorder: Boolean = True); overload; virtual;
Parameters
Name | Type |
---|---|
ACanvas | TcxCustomCanvas |
R | TRect |
AState | TcxButtonState |
AArrowDirection | TcxArrowDirection |
AScaleFactor | TdxScaleFactor |
ADrawBorder | Boolean |
See Also