次の方法で共有


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

適用対象