Append(XMatrix matrix) | PdfSharp.Drawing.XMatrix | |
CreateIdentity() | PdfSharp.Drawing.XMatrix | static |
DeriveMatrixType() | PdfSharp.Drawing.XMatrix | |
Determinant | PdfSharp.Drawing.XMatrix | |
Elements | PdfSharp.Drawing.XMatrix | |
Equals(XMatrix matrix1, XMatrix matrix2) | PdfSharp.Drawing.XMatrix | static |
Equals(object o) | PdfSharp.Drawing.XMatrix | |
Equals(XMatrix value) | PdfSharp.Drawing.XMatrix | |
GetElements() | PdfSharp.Drawing.XMatrix | |
GetHashCode() | PdfSharp.Drawing.XMatrix | |
HasInverse | PdfSharp.Drawing.XMatrix | |
Identity | PdfSharp.Drawing.XMatrix | static |
InitIdentity() | PdfSharp.Drawing.XMatrix | |
Invert() | PdfSharp.Drawing.XMatrix | |
IsIdentity | PdfSharp.Drawing.XMatrix | |
M11 | PdfSharp.Drawing.XMatrix | |
m11 | PdfSharp.Drawing.XMatrix | |
M12 | PdfSharp.Drawing.XMatrix | |
m12 | PdfSharp.Drawing.XMatrix | |
m21 | PdfSharp.Drawing.XMatrix | |
M21 | PdfSharp.Drawing.XMatrix | |
M22 | PdfSharp.Drawing.XMatrix | |
m22 | PdfSharp.Drawing.XMatrix | |
Multiply(XMatrix trans1, XMatrix trans2) | PdfSharp.Drawing.XMatrix | static |
Multiply(XMatrix matrix) | PdfSharp.Drawing.XMatrix | |
Multiply(XMatrix matrix, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
MultiplyPrepend(XMatrix matrix) | PdfSharp.Drawing.XMatrix | |
OffsetX | PdfSharp.Drawing.XMatrix | |
offsetX | PdfSharp.Drawing.XMatrix | |
OffsetY | PdfSharp.Drawing.XMatrix | |
offsetY | PdfSharp.Drawing.XMatrix | |
operator System.Drawing.Drawing2D.Matrix(XMatrix matrix) | PdfSharp.Drawing.XMatrix | explicitstatic |
operator XMatrix(System.Drawing.Drawing2D.Matrix matrix) | PdfSharp.Drawing.XMatrix | static |
operator!=(XMatrix matrix1, XMatrix matrix2) | PdfSharp.Drawing.XMatrix | static |
operator*(XMatrix trans1, XMatrix trans2) | PdfSharp.Drawing.XMatrix | static |
operator==(XMatrix matrix1, XMatrix matrix2) | PdfSharp.Drawing.XMatrix | static |
padding | PdfSharp.Drawing.XMatrix | |
Parse(string source) | PdfSharp.Drawing.XMatrix | static |
Prepend(XMatrix matrix) | PdfSharp.Drawing.XMatrix | |
Rotate(double angle) | PdfSharp.Drawing.XMatrix | |
Rotate(double angle, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
RotateAppend(double angle) | PdfSharp.Drawing.XMatrix | |
RotateAt(double angle, double centerX, double centerY) | PdfSharp.Drawing.XMatrix | |
RotateAt(double angle, XPoint point) | PdfSharp.Drawing.XMatrix | |
RotateAt(double angle, XPoint point, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
RotateAtAppend(double angle, double centerX, double centerY) | PdfSharp.Drawing.XMatrix | |
RotateAtAppend(double angle, XPoint point) | PdfSharp.Drawing.XMatrix | |
RotateAtPrepend(double angle, double centerX, double centerY) | PdfSharp.Drawing.XMatrix | |
RotateAtPrepend(double angle, XPoint point) | PdfSharp.Drawing.XMatrix | |
RotatePrepend(double angle) | PdfSharp.Drawing.XMatrix | |
s_identity | PdfSharp.Drawing.XMatrix | static |
Scale(double scaleX, double scaleY) | PdfSharp.Drawing.XMatrix | |
Scale(double scaleX, double scaleY, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
Scale(double scaleXY) | PdfSharp.Drawing.XMatrix | |
Scale(double scaleXY, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
ScaleAppend(double scaleX, double scaleY) | PdfSharp.Drawing.XMatrix | |
ScaleAppend(double scaleXY) | PdfSharp.Drawing.XMatrix | |
ScaleAt(double scaleX, double scaleY, double centerX, double centerY) | PdfSharp.Drawing.XMatrix | |
ScaleAtAppend(double scaleX, double scaleY, double centerX, double centerY) | PdfSharp.Drawing.XMatrix | |
ScaleAtPrepend(double scaleX, double scaleY, double centerX, double centerY) | PdfSharp.Drawing.XMatrix | |
ScalePrepend(double scaleX, double scaleY) | PdfSharp.Drawing.XMatrix | |
ScalePrepend(double scaleXY) | PdfSharp.Drawing.XMatrix | |
SetIdentity() | PdfSharp.Drawing.XMatrix | |
SetMatrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY, XMatrixTypes type) | PdfSharp.Drawing.XMatrix | |
Shear(double shearX, double shearY) | PdfSharp.Drawing.XMatrix | |
Shear(double shearX, double shearY, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
ShearAppend(double shearX, double shearY) | PdfSharp.Drawing.XMatrix | |
ShearPrepend(double shearX, double shearY) | PdfSharp.Drawing.XMatrix | |
Skew(double skewX, double skewY) | PdfSharp.Drawing.XMatrix | |
SkewAppend(double skewX, double skewY) | PdfSharp.Drawing.XMatrix | |
SkewPrepend(double skewX, double skewY) | PdfSharp.Drawing.XMatrix | |
ToGdiMatrix() | PdfSharp.Drawing.XMatrix | |
ToGdipMatrix() | PdfSharp.Drawing.XMatrix | |
ToString() | PdfSharp.Drawing.XMatrix | |
ToString(IFormatProvider provider) | PdfSharp.Drawing.XMatrix | |
ToString(string format, IFormatProvider provider) | PdfSharp.Drawing.XMatrix | |
Transform(XPoint point) | PdfSharp.Drawing.XMatrix | |
Transform(XPoint[] points) | PdfSharp.Drawing.XMatrix | |
Transform(XVector vector) | PdfSharp.Drawing.XMatrix | |
Transform(XVector[] vectors) | PdfSharp.Drawing.XMatrix | |
TransformPoints(XPoint[] points) | PdfSharp.Drawing.XMatrix | |
TransformPoints(System.Drawing.Point[] points) | PdfSharp.Drawing.XMatrix | |
TransformVectors(PointF[] points) | PdfSharp.Drawing.XMatrix | |
Translate(double offsetX, double offsetY) | PdfSharp.Drawing.XMatrix | |
Translate(double offsetX, double offsetY, XMatrixOrder order) | PdfSharp.Drawing.XMatrix | |
TranslateAppend(double offsetX, double offsetY) | PdfSharp.Drawing.XMatrix | |
TranslatePrepend(double offsetX, double offsetY) | PdfSharp.Drawing.XMatrix | |
type | PdfSharp.Drawing.XMatrix | |
XMatrix(double m11, double m12, double m21, double m22, double offsetX, double offsetY) | PdfSharp.Drawing.XMatrix | |
XMatrix() | PdfSharp.Drawing.XMatrix | static |