TBasedxReportLink.DrawGraphicEx(TCanvas,TRect,TRect,TCustomImageList,Integer,TGraphic,Boolean,Boolean,TColor,TColor,TdxPSFillPatternClass,TdxCellImageActualBuffering) Method
In This Article
#Declaration
Delphi
procedure DrawGraphicEx(Canvas: TCanvas; var R: TRect; const ClipRect: TRect; ImageList: TCustomImageList; ImageIndex: Integer; Graphic: TGraphic; GraphicTransparent: Boolean; Transparent: Boolean; BkColor: TColor; ForeColor: TColor; Pattern: TdxPSFillPatternClass; AActualImageBuffering: TdxCellImageActualBuffering = cibAlways); virtual;
#Parameters
Name | Type |
---|---|
Canvas | TCanvas |
R | TRect |
Clip |
TRect |
Image |
TCustom |
Image |
Integer |
Graphic | TGraphic |
Graphic |
Boolean |
Transparent | Boolean |
Bk |
TColor |
Fore |
TColor |
Pattern | Tdx |
AActual |
Tdx |
See Also