Skip to main content

TBasedxReportLink.DrawGraphicEx(TCanvas,TRect,TRect,TCustomImageList,Integer,TGraphic,Boolean,Boolean,TColor,TColor,TdxPSFillPatternClass,TdxCellImageActualBuffering) Method

Declaration

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
ClipRect TRect
ImageList TCustomImageList
ImageIndex Integer
Graphic TGraphic
GraphicTransparent Boolean
Transparent Boolean
BkColor TColor
ForeColor TColor
Pattern TdxPSFillPatternClass
AActualImageBuffering TdxCellImageActualBuffering
See Also