TdxPSReportRenderer.DrawGraphic(TdxPSReportRenderCustomCanvas,TRect,TRect,TCustomImageList,Integer,TGraphic,Boolean,Boolean,TColor) Method
Declaration
procedure DrawGraphic(ACanvas: TdxPSReportRenderCustomCanvas; var R: TRect; const AClipRect: TRect; AImageList: TCustomImageList; AImageIndex: Integer; AGraphic: TGraphic; AGraphicTransparent: Boolean; ATransparent: Boolean; AColor: TColor); virtual;
Parameters
| Name | Type |
|---|---|
| ACanvas | TdxPSReportRenderCustomCanvas |
| R | TRect |
| AClipRect | TRect |
| AImageList | TCustomImageList |
| AImageIndex | Integer |
| AGraphic | TGraphic |
| AGraphicTransparent | Boolean |
| ATransparent | Boolean |
| AColor | TColor |
See Also