ImageGear .NET - Updated May 30, 2018
CreateRectangle(CADWorkingSpace) Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class > CreateRectangle Method : CreateRectangle(CADWorkingSpace) Method
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)

Parameters

space

Return Value

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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List