TdxPSCellBorderPainter.DrawFrame(TdxPSReportRenderCustomCanvas,TRect,TdxCellSides,TColor,TColor,Integer,Integer) Method
In This Article
#Declaration
Delphi
class procedure DrawFrame(ACanvas: TdxPSReportRenderCustomCanvas; R: TRect; ASides: TdxCellSides; ATopLeftColor: TColor; ARightBottomColor: TColor; ALineThickness: Integer; AThickness: Integer = 1);
#Parameters
Name | Type |
---|---|
ACanvas | Tdx |
R | TRect |
ASides | Tdx |
ATop |
TColor |
ARight |
TColor |
ALine |
Integer |
AThickness | Integer |
See Also