Table of Contents

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 DesignItem

DesignItem to process.

transform Transform

The transformation that will be applied.

relative bool

The transformation should be relative to the current transformation.