Create a new point.
Namespace:
TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.21.0
Syntax
| C# |
|---|
public Point( double x, double y, Transform transform ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ x As Double, _ y As Double, _ transform As Transform _ ) |
Parameters
- x
- Type: System..::.Double
The X coordinate.
- y
- Type: System..::.Double
The Y coordinate.
- transform
- Type: TallComponents.PDF.Transforms..::.Transform
A transformation that is applied to the new point.