ReportItem.DrawCore(Graphics, ReportItemDrawParams) 方法

定义

protected:
 abstract void DrawCore(System::Drawing::Graphics ^ graphics, Microsoft::ReportDesigner::ReportItemDrawParams reportItemDrawParameters);
protected abstract void DrawCore (System.Drawing.Graphics graphics, Microsoft.ReportDesigner.ReportItemDrawParams reportItemDrawParameters);
abstract member DrawCore : System.Drawing.Graphics * Microsoft.ReportDesigner.ReportItemDrawParams -> unit
Protected MustOverride Sub DrawCore (graphics As Graphics, reportItemDrawParameters As ReportItemDrawParams)

参数

graphics
Graphics
reportItemDrawParameters
ReportItemDrawParams

适用于