ImageGear .NET - Updated March 30, 2018
SetLeftBottom Method




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

Parameters

value
New left bottom point.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members
ImGearVectorPoint3D Structure