ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / Location Property

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