Skip to content

Skew

Skew will allow you to bend and warp an image easily. Make slight adjustments or go over-the-top with it!

Skew

Properties

SkewDegreesX - double

Gets or sets the X-axis skew.

SkewDegreesY - double

Gets or sets the Y-axis skew.

Location - Point

Gets or sets the location to apply the skew. This is a percentage of the canvas. Default is Point(.5d, .5d).

Example Usage

C#

Aurora.VisualEffects.Skew _skew = new Aurora.VisualEffects.Skew();
control.VisualEffects.Add(_skew);

_skew.SkewDegreesX = 25;