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




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

    Parameters

    value
    New right bottom point.
    See Also