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
)
Public Overridable Sub Paint (
context As Object,
shape As StiShape,
rect As RectangleF,
zoom As Single
)
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