ImageGear PDF v25.2 - Updated
CreateRectangle(CADWorkingSpace) Method




ImageGear.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)
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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.