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

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