ImageGear .NET v24.12 - Updated
SetRightTop Method




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

Parameters

value
New right top point.
See Also

Reference

ImGearVectorEntityRaster Class
ImGearVectorEntityRaster Members
ImGearVectorPoint3D Structure