ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorObject Class / Handle Property




In This Topic
    Handle Property
    In This Topic
    Gets an internal handle of the object. This handle can be used as an unique identifier of the vector object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Handle As IntPtr
    'Usage
     
    Dim instance As ImGearVectorObject
    Dim value As IntPtr
     
    value = instance.Handle
    public IntPtr Handle {get;}
    public: __property IntPtr get_Handle();
    public:
    property IntPtr Handle {
       IntPtr get();
    }

    Property Value

    IntPtr handle.
    See Also