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




In This Topic
    CADRectangle Class
    In This Topic
    Face implementation of CADEntity
    Object Model
    CADRectangle Class
    Syntax
    'Declaration
     
    Public Class CADRectangle 
       Inherits CADFace
    'Usage
     
    Dim instance As CADRectangle
    public class CADRectangle : CADFace 
    public __gc class CADRectangle : public CADFace 
    public ref class CADRectangle : public CADFace 
    Remarks
    Meant to be used in 2D layouts
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.CAD.CADEntity
          ImageGear.Formats.CAD.CADFace
             ImageGear.Formats.CAD.CADRectangle

    See Also