Skip to content

Translate

The Translate effect translates the position of the image into a new position.

Properties

Translation - Point

Gets or sets the translation point.

Example Usage

C#

Aurora.VisualEffects.Translate _translate = new Aurora.VisualEffects.Translate();
control.VisualEffects.Add(_translate);

_translate.Translation = new Point(_translate.Translation.X, 10);