RectangleReportItem.DrawCore(Graphics, ReportItemDrawParams) Method

Definition

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

Parameters

graphics
Graphics
reportItemDrawParameters
ReportItemDrawParams

Applies to