ImageGear .NET v24.12 - Updated
GetLeftTop Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityRaster Class : GetLeftTop Method
Returns left top point of the raster.
Syntax
'Declaration
 
Public Function GetLeftTop() As ImGearVectorPoint3D
'Usage
 
Dim instance As ImGearVectorEntityRaster
Dim value As ImGearVectorPoint3D
 
value = instance.GetLeftTop()
public ImGearVectorPoint3D GetLeftTop()
public: ImGearVectorPoint3D GetLeftTop(); 
public:
ImGearVectorPoint3D GetLeftTop(); 

Return Value

ImGearVectorPoint3D structure object.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members