Class OdTransformInfo
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects
- Assembly
- Aspose.Imaging.dll
The open document translate info
public class OdTransformInfo
- Inheritance
-
OdTransformInfo
- Inherited Members
Constructors
OdTransformInfo()
public OdTransformInfo()
Properties
RotateAngle
Gets or sets the rotate angle.
public float RotateAngle { get; set; }
Property Value
- float
The rotate angle.
SkewX
Gets or sets the skew x.
public float SkewX { get; set; }
Property Value
- float
The skew x.
SkewY
Gets or sets the skew y.
public float SkewY { get; set; }
Property Value
- float
The skew y.
TranslateX
Gets or sets the translate x.
public float TranslateX { get; set; }
Property Value
- float
The translate x.
TranslateY
Gets or sets the translate y.
public float TranslateY { get; set; }
Property Value
- float
The translate y.
Methods
Copy()
Copies this instance.
public OdTransformInfo Copy()
Returns
- OdTransformInfo
Get the instance of OdTransformInfo