Click or drag to resize

StiShapeTypeServicePaint Method

Draws the shape with the specified parameters.

Namespace:  Stimulsoft.Report.Components.ShapeTypes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public virtual void Paint(
	Object context,
	StiShape shape,
	RectangleF rect,
	float zoom
)

Parameters

context
Type: SystemObject
Graphics for drawing.
shape
Type: Stimulsoft.Report.ComponentsStiShape
Component that invokes drawing.
rect
Type: System.DrawingRectangleF
The rectangle that shows coordinates for drawing.
zoom
Type: SystemSingle
Zoom of drawing.
See Also