Method ApplyTransform
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
ApplyTransform(DesignItem, Transform, bool)
Applies specific transformation to the given item.
public static void ApplyTransform(DesignItem designItem, Transform transform, bool relative = true)
Parameters
designItemDesignItemDesignItemto process.transformTransformThe transformation that will be applied.
relativeboolThe transformation should be relative to the current transformation.