Skip to content

Three Dee

The Three Dee effect allows for rotation of an image to give the illusion of 3D.

ThreeDee

Properties

RotationXDegrees - double

Gets or sets the X-axis rotation degrees.

RotationYDegrees - double

Gets or sets the Y-axis rotation degrees.

RotationZDegrees - double

Gets or sets the Z-axis rotation degrees.

Location - Point

Gets or sets the location of the effect. Default is Point(.5d, .5d).

Example Usage

C#

Aurora.VisualEffects.ThreeDee _threeDee = new Aurora.VisualEffects.ThreeDee();
control.VisualEffects.Add(_threeDee);

_threeDee.RotationYDegrees = 45;
_threeDee.RotationZDegrees = 90;