ImageGear .NET v24.12 - Updated
SetRightBottom Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityRaster Class : SetRightBottom Method
New right bottom point.
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

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members
ImGearVectorPoint3D Structure