Class DwfWhipTransform
Represents transform of scene
public class DwfWhipTransform
Constructors
| Name | Description |
|---|
| DwfWhipTransform() | Initializes a new instance of the DwfWhipTransform class |
| DwfWhipTransform(DwfWhipLogicalPoint, double, double, long) | Initializes a new instance of the DwfWhipTransform class |
Properties
| Name | Description |
|---|
| 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
See Also