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
designItem
DesignItemDesignItem
to process.transform
TransformThe transformation that will be applied.
relative
boolThe transformation should be relative to the current transformation.