ImageGear .NET - Updated
CreateCircle() Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class > CreateCircle Method : CreateCircle() Method
Creates a new instance of CADCircle.
Syntax
'Declaration
 
Public Overloads Function CreateCircle() As CADCircle
'Usage
 
Dim instance As ImGearDWGPage
Dim value As CADCircle
 
value = instance.CreateCircle()
public CADCircle CreateCircle()
public: CADCircle* CreateCircle(); 
public:
CADCircle^ CreateCircle(); 

Return Value

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

Reference

ImGearDWGPage Class
ImGearDWGPage Members
Overload List