Name

MatrixOrder

Synopsis

This enumeration is used by the various classes and methods that apply a transform to a matrix or graphics object to determine whether the matrix is pre- or post-multiplied. (Remember: matrixes are non-commutative, so the multiplication order is important).


public enum MatrixOrder {

   Prepend = 0,

   Append = 1

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) MatrixOrder

Passed To

Multiple types

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.