ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityRaster Class / GetRightTop Method




In This Topic
    GetRightTop Method
    In This Topic
    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