Skip to content

Commit 389a35a

Browse files
Add :note
1 parent ce56ca0 commit 389a35a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/presentation/4.0/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,7 @@ A `PointSelector` can be used to modify the point at which the Canvas will be pa
17971797
* A ScaleTransform is used to double the Canvas height and width, so that after transformation the Canvas will extend 4 coordinate units across the Scene x axis and 4 coordinate units across the Scene y axis.
17981798
* The same ScaleTransform also reflects the z axis by scaling it by -1.0, meaning the Canvas is mirrored (flipped) and now faces toward the negative z axis.
17991799
* A PointSelector is used to align the top-left corner of the transformed Canvas with Scene coordinate (4,4,0). In combination with the ScaleTransform, the bottom-right corner of the Canvas is now aligned with the coordinate origin of the Scene.
1800+
{: .note}
18001801

18011802

18021803
## Painting a Scene into a Scene

0 commit comments

Comments
 (0)