ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityRaster Class / SetLeftBottom Method
New left bottom point.




In This Topic
    SetLeftBottom Method
    In This Topic
    Sets a new left bottom point for the raster.
    Syntax
    'Declaration
     
    Public Sub SetLeftBottom( _
       ByVal value As ImGearVectorPoint3D _
    ) 
    'Usage
     
    Dim instance As ImGearVectorEntityRaster
    Dim value As ImGearVectorPoint3D
     
    instance.SetLeftBottom(value)
    public void SetLeftBottom( 
       ImGearVectorPoint3D value
    )
    public: void SetLeftBottom( 
       ImGearVectorPoint3D value
    ) 
    public:
    void SetLeftBottom( 
       ImGearVectorPoint3D value
    ) 

    Parameters

    value
    New left bottom point.
    See Also