OdTransformInfo

OdTransformInfo class

The open document translate info

public class OdTransformInfo

Constructors

NameDescription
OdTransformInfo()The default constructor.

Properties

NameDescription
RotateAngle { get; set; }Gets or sets the rotate angle.
SkewX { get; set; }Gets or sets the skew x.
SkewY { get; set; }Gets or sets the skew y.
TranslateX { get; set; }Gets or sets the translate x.
TranslateY { get; set; }Gets or sets the translate y.

Methods

NameDescription
Copy()Copies this instance.

See Also