'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