ImageGear .NET v24.12 - Updated
GetRightTop Method




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

Return Value

ImGearVectorPoint3D structure object.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members