Search
Utils.ToRectangleF Method
See Also
 






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

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public static RectangleF ToRectangleF (
    SizeF s
)

Visual Basic  Copy Code

Public Shared Function ToRectangleF( _
    s As SizeF _
) As RectangleF

 Parameters

s

The size of the new rectangle.

 Return Value

A RectangleF with the specified size.

 See Also