TdxPSReportRenderCustomCanvas.FillRoundRect(TRect,Integer,Integer,TColor,TColor,TdxPSFillPatternClass,TBrush) Method
Declaration
procedure FillRoundRect(R: TRect; AEllipseWidth: Integer; AEllipseHeight: Integer; ABackColor: TColor; AForeColor: TColor; APattern: TdxPSFillPatternClass; APatternBrush: TBrush); virtual; abstract;
Parameters
Name | Type |
---|---|
R | TRect |
AEllipseWidth | Integer |
AEllipseHeight | Integer |
ABackColor | TColor |
AForeColor | TColor |
APattern | TdxPSFillPatternClass |
APatternBrush | TBrush |
See Also