StiRoundedRectangleShapeType Constructor (Single) |
Creates a new rounded rectangle with the specified factor of rounding.
Namespace:
Stimulsoft.Report.Components.ShapeTypes
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiRoundedRectangleShapeType(
float round
)
Public Sub New (
round As Single
)
Parameters
- round
- Type: SystemSingle
Factor of rounding.
See Also