CompositeTransform is only used for silverlight?. Is there anyway we can use that in WPF or any equivalent replacement?
There is no CompositeTransform
in WPF however there is a TransformGroup
. Hence an equivalent replacement is a TransformGroup
containing ScaleTransform
, SkewTransform
, RotateTransform
and TranslateTransform
in that order.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With