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