public class Transform extends Object
The transform. OpenXPS Document markup supports affine transforms as expressed through the RenderTransform and Transform properties.An affine transform is represented as a list of six real numbers: m11, m12, m21, m22, OffsetX, OffsetY. The RenderTransform and Transform properties both specify an affine matrix transformation to the local coordinate space, using the MatrixTransform element as their value. An abbreviated matrix transformation syntax MAY be used to specify a RenderTransform or Transform attribute value.
| Constructor and Description |
|---|
Transform() |
| Modifier and Type | Method and Description |
|---|---|
MatrixTransform |
getMatrixTransform()
Gets or sets the matrix transform.
|
void |
setMatrixTransform(MatrixTransform value)
Gets or sets the matrix transform.
|
public final MatrixTransform getMatrixTransform()
Gets or sets the matrix transform. Creates an arbitrary affine matrix transformation that manipulates objects or coordinate systems in a two dimensional plane.
public final void setMatrixTransform(MatrixTransform value)
Gets or sets the matrix transform. Creates an arbitrary affine matrix transformation that manipulates objects or coordinate systems in a two dimensional plane.
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.