ImageGear .NET v24.12 - Updated
GetRightBottom Method




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

Return Value

ImGearVectorPoint3D structure object.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members