ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearEllipse Interface / LeftTop Property




In This Topic
    LeftTop Property (IImGearEllipse)
    In This Topic
    Gets or sets the coordinate of the upper-left corner of the bounding rectangle.
    Syntax
    'Declaration
     
    Property LeftTop As ImGearPoint
    'Usage
     
    Dim instance As IImGearEllipse
    Dim value As ImGearPoint
     
    instance.LeftTop = value
     
    value = instance.LeftTop
    ImGearPoint LeftTop {get; set;}
    __property ImGearPoint get_LeftTop();
    __property void set_LeftTop( 
       ImGearPoint value
    );
    property ImGearPoint LeftTop {
       ImGearPoint get();
       void set (    ImGearPoint value);
    }

    Property Value

    ImGearPoint class object.
    See Also