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




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