Method Center
Center(RectangleF)
Determine the center of a Rectangle.
Declaration
public static PointF Center(this RectangleF value)
Parameters
Type | Name | Description |
---|---|---|
RectangleF | value | The rectangle to perform the calculation against. |
Returns
Type | Description |
---|---|
PointF | The point of the center of the rectangle. |