ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / CreateRectangle Method / CreateRectangle(CADWorkingSpace) Method




In This Topic
    CreateRectangle(CADWorkingSpace) Method
    In This Topic
    Creates a new instance of CADRectangle. Meant to be used in 2D layouts.
    Syntax
    'Declaration
     
    Public Overloads Function CreateRectangle( _
       ByVal space As ImGearCADPage.CADWorkingSpace _
    ) As CADRectangle
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim space As ImGearCADPage.CADWorkingSpace
    Dim value As CADRectangle
     
    value = instance.CreateRectangle(space)
    public CADRectangle CreateRectangle( 
       ImGearCADPage.CADWorkingSpace space
    )
    public: CADRectangle* CreateRectangle( 
       ImGearCADPage.CADWorkingSpace space
    ) 
    public:
    CADRectangle^ CreateRectangle( 
       ImGearCADPage.CADWorkingSpace space
    ) 

    Parameters

    space

    Return Value

    Returns a new instance of CADRectangle
    Remarks
    You must use UpdateEntity to change CADRectangle properties
    See Also