Search
Utils.Center Method (RectangleF)
See Also
 






Returns the center point of the specified rectangle.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static PointF Center (
    RectangleF r
)

Visual Basic  Copy Code

Public Shared Function Center( _
    r As RectangleF _
) As PointF

 Parameters

r

The rectangle of interest.

 Return Value

A PointF representing the rectangle's center.

 See Also