Search
Utils.ToPointF Method
See Also
 






Returns the point defined by the specified SizeF.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static PointF ToPointF (
    SizeF s
)

Visual Basic  Copy Code

Public Shared Function ToPointF( _
    s As SizeF _
) As PointF

 Parameters

s

The size defininig the point.

 Return Value

A PointF representing the point at the specified size from the coordinate center.

 See Also