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




In This Topic
    ImGearVectorEntityConnection Class
    In This Topic
    Represents a special entity that is used to connect end and start points of neighboring entities in the figure entity container.
    Object Model
    ImGearVectorEntityConnection Class
    Syntax
    'Declaration
     
    Public Class ImGearVectorEntityConnection 
       Inherits ImGearVectorEntity
    'Usage
     
    Dim instance As ImGearVectorEntityConnection
    public class ImGearVectorEntityConnection : ImGearVectorEntity 
    public __gc class ImGearVectorEntityConnection : public ImGearVectorEntity 
    public ref class ImGearVectorEntityConnection : public ImGearVectorEntity 
    Remarks
    This class does not have public API.
    Inheritance Hierarchy

    System.Object
       ImageGear.Vector.ImGearVectorObject
          ImageGear.Vector.ImGearVectorEntity
             ImageGear.Vector.ImGearVectorEntityConnection

    See Also