TdxPSReportRenderCustomCanvas.DrawFrame(TRect,TColor,TColor,Integer,TcxBorders) Method
Declaration
procedure DrawFrame(const R: TRect; ATopLeftColor: TColor; ARightBottomColor: TColor; ABorderWidth: Integer = 1; ABorders: TcxBorders = cxBordersAll); virtual; abstract;
Parameters
| Name | Type |
|---|---|
| R | TRect |
| ATopLeftColor | TColor |
| ARightBottomColor | TColor |
| ABorderWidth | Integer |
| ABorders | TcxBorders |
See Also