Returns a RectangleF with the specified size and location at (0, 0).
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public static RectangleF ToRectangleF ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ToRectangleF( _ |
The size of the new rectangle.
A RectangleF with the specified size.
See Also