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




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