Class DwfWhipTransform

DwfWhipTransform class

Represents transform of scene

public class DwfWhipTransform

Constructors

NameDescription
DwfWhipTransform()Initializes a new instance of the DwfWhipTransform class
DwfWhipTransform(DwfWhipLogicalPoint, double, double, long)Initializes a new instance of the DwfWhipTransform class

Properties

NameDescription
Rotation { get; set; }Gets or sets rotation angle
Translate { get; set; }Gets or sets translate
XScale { get; set; }Gets or sets scale by x axis
YScale { get; set; }Gets or sets scale by y axis

Methods

NameDescription
setRotation(long)Sets rotation angle

See Also