Create a rectangle from a System.Drawing.RectangleF.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public Rectangle(
	RectangleF rect
)
Visual Basic
Public Sub New ( _
	rect As RectangleF _
)

Parameters

rect
Type: System.Drawing..::..RectangleF
An instance of System.Drawing.RectangleF.

See Also