Returns the point defined by the specified SizeF.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public static PointF ToPointF ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToPointF( _ |
The size defininig the point.
A PointF representing the point at the specified size from the coordinate center.
See Also