2D transformation parameters
Transform
01 Syntax
Microsoft.VisualBasic.Imaging.Math2D.Transform
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ApplyTo | 1 | Apply the current transformation parameters to the target polygon object. |
| ToString | 1 | |
| op_Implicit | 1 |
03 Properties
04 Members
ApplyTo(Polygon2D)
Apply the current transformation parameters to the target polygon object.
Parameters
| Name | Type | Description |
|---|---|---|
polygon | Polygon2D | - |
theta
angle for rotation
tx
translate x
ty
translate y
scalex
scale x [1 means no scale]
scaley
scale y [1 means no scale]
ToString()
op_Implicit(
ValueTuple(Of Double, Double, Double, Double, Double))