[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Operators.ModifyTransformationMatrix

Class ModifyTransformationMatrix

Namespace
GrapeCity.Documents.Pdf.Operators
Assembly
GcDocs.Pdf.dll

PDF "cm" operator. Modify the current transformation matrix (CTM) by concatenating the specified matrix.

public class ModifyTransformationMatrix : OperatorBase
Inheritance
object
ModifyTransformationMatrix
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

ModifyTransformationMatrix(Matrix3x2)

Initializes a new instance of the ModifyTransformationMatrix class.

public ModifyTransformationMatrix(Matrix3x2 matrix)

Parameters

matrix System.Numerics.Matrix3x2

The value of Matrix.

Fields

Matrix

Matrix argument of the operator.

public readonly Matrix3x2 Matrix

Field Value

System.Numerics.Matrix3x2

Properties

Desc

Gets the operator's description.

public override string Desc { get; }

Property Value

string

Name

Gets the operator's PDF name.

public override string Name { get; }

Property Value

string

Methods

IsSame(OperatorBase)

Determines whether the provided operator is the same as the current operator.

public override bool IsSame(OperatorBase other)

Parameters

other OperatorBase

A OperatorBase object.

Returns

bool

true if the provided operator is the same as the current operator; otherwise, false.