[]
PDF "cm" operator. Modify the current transformation matrix (CTM) by concatenating the specified matrix.
public class ModifyTransformationMatrix : OperatorBase
Initializes a new instance of the ModifyTransformationMatrix class.
public ModifyTransformationMatrix(Matrix3x2 matrix)
matrix
System.Numerics.Matrix3x2The value of Matrix.
Matrix argument of the operator.
public readonly Matrix3x2 Matrix
Gets the operator's description.
public override string Desc { get; }
Gets the operator's PDF name.
public override string Name { get; }
Determines whether the provided operator is the same as the current operator.
public override bool IsSame(OperatorBase other)
other
OperatorBaseA OperatorBase object.
true if the provided operator is the same as the current operator; otherwise, false.