Create a rectangle from a Rectangle.

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

Syntax

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

Parameters

rect
Type: TallComponents.Interaction..::..Rectangle
An instance of System.Drawing.RectangleF.

See Also