ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / Location Property

In This Topic
    Location Property (RectL)
    In This Topic
    Gets the point with coordinates of the left top corner of the rectangle.
    Syntax
    'Declaration
     
    Public ReadOnly Property Location As Point2L
    public Point2L Location {get;}
    See Also