Converts the current RectangleD to a RectangleF.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RectangleF ToRectangleF()
Visual Basic
Public Function ToRectangleF As RectangleF

Return Value

The converted RectangleF structure.

See Also