Click or drag to resize

StiRectanglePrimitiveGdiPainterPaintPrimitive Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Painters.StiRectanglePrimitiveGdiPainter.PaintPrimitive(Stimulsoft.Report.Components.StiRectanglePrimitive,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

Namespace:  Stimulsoft.Report.Painters
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void PaintPrimitive(
	StiRectanglePrimitive primitive,
	Graphics g,
	RectangleD rect
)

Parameters

primitive
Type: Stimulsoft.Report.ComponentsStiRectanglePrimitive

[Missing <param name="primitive"/> documentation for "M:Stimulsoft.Report.Painters.StiRectanglePrimitiveGdiPainter.PaintPrimitive(Stimulsoft.Report.Components.StiRectanglePrimitive,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

g
Type: System.DrawingGraphics

[Missing <param name="g"/> documentation for "M:Stimulsoft.Report.Painters.StiRectanglePrimitiveGdiPainter.PaintPrimitive(Stimulsoft.Report.Components.StiRectanglePrimitive,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

rect
Type: Stimulsoft.Base.DrawingRectangleD

[Missing <param name="rect"/> documentation for "M:Stimulsoft.Report.Painters.StiRectanglePrimitiveGdiPainter.PaintPrimitive(Stimulsoft.Report.Components.StiRectanglePrimitive,System.Drawing.Graphics,Stimulsoft.Base.Drawing.RectangleD)"]

See Also