ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityRaster Class / SetLeftTop Method
New left top point.




In This Topic
    SetLeftTop Method
    In This Topic
    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