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




In This Topic
    CreateCircle(CADWorkingSpace) Method
    In This Topic
    Creates a new instance of CADCircle.
    Syntax
    'Declaration
     
    Public Overloads Function CreateCircle( _
       ByVal space As ImGearCADPage.CADWorkingSpace _
    ) As CADCircle
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim space As ImGearCADPage.CADWorkingSpace
    Dim value As CADCircle
     
    value = instance.CreateCircle(space)
    public CADCircle CreateCircle( 
       ImGearCADPage.CADWorkingSpace space
    )
    public: CADCircle* CreateCircle( 
       ImGearCADPage.CADWorkingSpace space
    ) 
    public:
    CADCircle^ CreateCircle( 
       ImGearCADPage.CADWorkingSpace space
    ) 

    Parameters

    space

    Return Value

    Returns a new instance of CADCircle
    Remarks
    You must use UpdateEntity to change CADCircle properties
    See Also