MatrixTransform
Constructors
Constructors
Description
Properties
Properties
Description
Usages
(DrawingGroup() {
...
}).transform(
MatrixTransform(Matrix.Parse("1,0,0,1.25,-10,1031.4"))
)Get access to the underlying MatrixTransform
let transformRef = ViewRef<MatrixTransform>()
(DrawingGroup() {
...
}).transform(
MatrixTransform(Matrix.Parse("1,0,0,1.25,-10,1031.4"))
.reference(transformRef)
)Last updated