Charting for WinForms Programmer's Guide
Utils.ToRectangle Method
See Also
 






Returns a Rectangle with the specified size and location at (0, 0).

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static Rectangle ToRectangle (
    SizeF s
)

Visual Basic  Copy Code

Public Shared Function ToRectangle( _
    s As SizeF _
) As Rectangle

 Parameters

s

The size of the new rectangle.

 Return Value

A Rectangle with the specified size.

 See Also

Utils Members
Utils Class
MindFusion.Gauges Namespace