Class ConcatenateMatrix
ConcatenateMatrix class
Class representing cm operator (concatenate matrix to current transformation matrix).
public class ConcatenateMatrix : Operator
Constructors
Properties
Name | Description |
---|
Index { get; set; } | Operator index in page operators list. |
Matrix { get; set; } | Matrix argument of the operator. |
Methods
Name | Description |
---|
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