Mono Class Library: Overview

System.Drawing.Drawing2D.Matrix: Members

The members of System.Drawing.Drawing2D.Matrix are listed below.

See Also: Inherited members from System.MarshalByRefObject

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
Elementsfloat[]. Documentation for this section has not yet been entered.
[read-only]
IsIdentitybool. Documentation for this section has not yet been entered.
[read-only]
IsInvertiblebool. Documentation for this section has not yet been entered.
[read-only]
OffsetXfloat. Documentation for this section has not yet been entered.
[read-only]
OffsetYfloat. Documentation for this section has not yet been entered.

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.