ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADCircle Class
Members




In This Topic
    CADCircle Class
    In This Topic
    Circle implementation of CADEntity
    Object Model
    CADCircle Class
    Syntax
    'Declaration
     
    Public Class CADCircle 
       Inherits CADEntity
    'Usage
     
    Dim instance As CADCircle
    public class CADCircle : CADEntity 
    public __gc class CADCircle : public CADEntity 
    public ref class CADCircle : public CADEntity 
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.CAD.CADEntity
          ImageGear.Formats.CAD.CADCircle

    See Also