Parameters
- x
- The property related with the X axis.
- y
- The property related with the Y axis.
Transform2DProperty<LengthProperty> translation = new Transform2DProperty<LengthProperty>( new LengthProperty(20, Unit.Millimeter), new LengthProperty(-20.5, Unit.Millimeter) ); Transform2DProperty<AngleProperty> rotation = new Transform2DProperty<AngleProperty>( new AngleProperty(20, Unit.Degree), new AngleProperty(0, Unit.Degree) );