ICanvasBrushTransform Property |
Namespace: Microsoft.Graphics.Canvas.Brushes
When you paint with a brush, it paints in the coordinate space of the render target. Brushes do not automatically position themselves to align with the object being painted; by default, they begin painting at the origin (0, 0) of the render target.
To align the content of an bitmap brush to the area being painted, you can use the Transform property to translate the bitmap to the desired location. This transform only affects the brush; it does not affect any other content drawn by the render target.