Create a rectangle from an existing rectangle.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
Syntax
| C# |
|---|
public Rectangle( Rectangle rect, Transform transform ) |
| Visual Basic |
|---|
Public Sub New ( _ rect As Rectangle, _ transform As Transform _ ) |
Parameters
- rect
- Type: TallComponents.Interaction..::..Rectangle
The original rectangle.
- transform
- Type: TallComponents.PDF.Transforms..::..Transform
A transform that is applied to the new rectangle.