ImageGear .NET
Handle Property




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

Property Value

IntPtr handle.
See Also

Reference

ImGearVectorObject Class
ImGearVectorObject Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback