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




In This Topic
    ImGearVectorEntityArc Class
    In This Topic
    Represents an elliptical arc that is defined by radii and angles.
    Object Model
    ImGearVectorEntityArc Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityArc 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityArc
    public class ImGearVectorEntityArc : ImGearVectorEntity 
    public __gc class ImGearVectorEntityArc : public ImGearVectorEntity 
    public ref class ImGearVectorEntityArc : public ImGearVectorEntity 
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityArc

    See Also