ImageGear .NET v24.12 - Updated
CreateRectangle() Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class > CreateRectangle Method : CreateRectangle() Method
Creates a new instance of CADRectangle. Meant to be used in 2D layouts.
Syntax
'Declaration
 
Public Overloads Function CreateRectangle() As CADRectangle
'Usage
 
Dim instance As ImGearDWGPage
Dim value As CADRectangle
 
value = instance.CreateRectangle()
public CADRectangle CreateRectangle()
public: CADRectangle* CreateRectangle(); 
public:
CADRectangle^ CreateRectangle(); 

Return Value

Returns a new instance of CADRectangle
Remarks
Creates the CADEntity in the active layout. You must use UpdateEntity to change CADRectangle properties
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List