Mono Class Library: Overview

System.Drawing.Drawing2D.Matrix: Method Members

The methods of System.Drawing.Drawing2D.Matrix are listed below. For a list of all members, see the Matrix Members list.

See Also: Inherited members from System.MarshalByRefObject

Public Methods

Clone() : Matrix
Documentation for this section has not yet been entered.
Dispose()
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
Finalize()
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
Invert()
Documentation for this section has not yet been entered.
Multiply(Matrix)
Documentation for this section has not yet been entered.
Multiply(Matrix, MatrixOrder)
Documentation for this section has not yet been entered.
Reset()
Documentation for this section has not yet been entered.
Rotate(float)
Documentation for this section has not yet been entered.
Rotate(float, MatrixOrder)
Documentation for this section has not yet been entered.
RotateAt(float, System.Drawing.PointF)
Documentation for this section has not yet been entered.
RotateAt(float, System.Drawing.PointF, MatrixOrder)
Documentation for this section has not yet been entered.
Scale(float, float)
Documentation for this section has not yet been entered.
Scale(float, float, MatrixOrder)
Documentation for this section has not yet been entered.
Shear(float, float)
Documentation for this section has not yet been entered.
Shear(float, float, MatrixOrder)
Documentation for this section has not yet been entered.
TransformPoints(System.Drawing.Point[])
Documentation for this section has not yet been entered.
TransformPoints(System.Drawing.PointF[])
Documentation for this section has not yet been entered.
TransformVectors(System.Drawing.Point[])
Documentation for this section has not yet been entered.
TransformVectors(System.Drawing.PointF[])
Documentation for this section has not yet been entered.
Translate(float, float)
Documentation for this section has not yet been entered.
Translate(float, float, MatrixOrder)
Documentation for this section has not yet been entered.
VectorTransformPoints(System.Drawing.Point[])
Documentation for this section has not yet been entered.