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

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