ImageGear .NET v24.12 - Updated
GetLeftBottom Method




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

Return Value

ImGearVectorPoint3D structure object.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members