Eyeshot 10 WinForms API Reference
RoundedRectangleShapedCompositeCurve Constructor(Double,Double,Double,Boolean)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > RoundedRectangleShapedCompositeCurve Class > RoundedRectangleShapedCompositeCurve Constructor : RoundedRectangleShapedCompositeCurve Constructor(Double,Double,Double,Boolean)
Width
Height
Corner radius
When true, the rectangle is built centered on the origin.
Standard constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal width As Double, _
   ByVal height As Double, _
   ByVal radius As Double, _
   Optional ByVal centered As Boolean _
)
public RoundedRectangleShapedCompositeCurve( 
   double width,
   double height,
   double radius,
   bool centered
)

Parameters

width
Width
height
Height
radius
Corner radius
centered
When true, the rectangle is built centered on the origin.
See Also

Reference

RoundedRectangleShapedCompositeCurve Class
RoundedRectangleShapedCompositeCurve Members
Overload List