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