Click or drag to resize

StiGdiShapeTypePainterDrawShape Method (Graphics, StiShape, GraphicsPath, RectangleF)

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Drawing2D.GraphicsPath,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,
	GraphicsPath path,
	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.Drawing2D.GraphicsPath,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.Drawing2D.GraphicsPath,System.Drawing.RectangleF)"]

path
Type: System.Drawing.Drawing2DGraphicsPath

[Missing <param name="path"/> documentation for "M:Stimulsoft.Report.Painters.StiGdiShapeTypePainter.DrawShape(System.Drawing.Graphics,Stimulsoft.Report.Components.StiShape,System.Drawing.Drawing2D.GraphicsPath,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.Drawing2D.GraphicsPath,System.Drawing.RectangleF)"]

See Also