Class ConcatenateMatrix

ConcatenateMatrix class

Class representing cm operator (concatenate matrix to current transformation matrix).

public class ConcatenateMatrix : Operator

Constructors

NameDescription
ConcatenateMatrix(Matrix)Initializes operator by matrix.
ConcatenateMatrix(double, double, double, double, double, double)Initializes operator.

Properties

NameDescription
Index { get; set; }Operator index in page operators list.
Matrix { get; set; }Matrix argument of the operator.

Methods

NameDescription
override Accept(IOperatorSelector)Accepts visitor object to process operator.
override ToString()Returns text representation of operator.
ValueEquals(Operator)Compares this instance with the given object.

See Also