Click or drag to resize

StiGdiShapeTypePainterDrawShape Method (Graphics, StiShape, Point, RectangleF)

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Point[],System.Drawing.RectangleF)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static void DrawShape(
	Graphics g,
	StiShape shape,
	Point[] points,
	RectangleF rect
)

Parameters

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Point[],System.Drawing.RectangleF)"]

shape
Type: Stimulsoft.Report.ComponentsStiShape

[Missing <param name="shape"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Point[],System.Drawing.RectangleF)"]

points
Type: System.DrawingPoint

[Missing <param name="points"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Point[],System.Drawing.RectangleF)"]

rect
Type: System.DrawingRectangleF

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Point[],System.Drawing.RectangleF)"]

See Also