ImageGear .NET v24.12 - Updated
SetLeftTop Method




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntityRaster Class : SetLeftTop Method
New left top point.
Sets a new left top point for the raster.
Syntax
'Declaration
 
Public Sub SetLeftTop( _
   ByVal value As ImGearVectorPoint3D _
) 
'Usage
 
Dim instance As ImGearVectorEntityRaster
Dim value As ImGearVectorPoint3D
 
instance.SetLeftTop(value)
public void SetLeftTop( 
   ImGearVectorPoint3D value
)
public: void SetLeftTop( 
   ImGearVectorPoint3D value
) 
public:
void SetLeftTop( 
   ImGearVectorPoint3D value
) 

Parameters

value
New left top point.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members
ImGearVectorPoint3D Structure