Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / CreateRectangle Method / CreateRectangle(Double,Double,Boolean) Method
Width
Height
When true, the rectangle is built centered on the origin.

In This Topic
    CreateRectangle(Double,Double,Boolean) Method
    In This Topic
    Creates a rectangular composite curve.
    Syntax
    'Declaration
     
    Public Overloads Shared Function CreateRectangle( _
       ByVal width As Double, _
       ByVal height As Double, _
       Optional ByVal centered As Boolean _
    ) As CompositeCurve
    public static CompositeCurve CreateRectangle( 
       double width,
       double height,
       bool centered
    )

    Parameters

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