ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / CreateCircle Method / CreateCircle() Method




In This Topic
    CreateCircle() Method
    In This Topic
    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