ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorEntityRaster Class / GetLeftTop Method




In This Topic
    GetLeftTop Method
    In This Topic
    Returns left top point of the raster.
    Syntax
    'Declaration
     
    Public Function GetLeftTop() As ImGearVectorPoint3D
    'Usage
     
    Dim instance As ImGearVectorEntityRaster
    Dim value As ImGearVectorPoint3D
     
    value = instance.GetLeftTop()
    public ImGearVectorPoint3D GetLeftTop()
    public: ImGearVectorPoint3D GetLeftTop(); 
    public:
    ImGearVectorPoint3D GetLeftTop(); 

    Return Value

    ImGearVectorPoint3D structure object.
    See Also