名前 | 解説 | |
---|---|---|
TransformMatrix コンストラクタ | オーバーロードされます。 |
TransformMatrixデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
TransformMatrix コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
Columns | Get the vectors from the column direction. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Dx | Gets or sets the value of Dx. | |
Dy | Gets or sets the value of Dy. | |
Elements | Gets the elements of the matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Height | Get the row number of the matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
IsIdentity | Gets a value indicating whether this Matrix object is the identity matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Item | Gets or sets the value of element at special location. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
M11 | Gets or sets the value of M11. | |
M12 | Gets or sets the value of M12. | |
M21 | Gets or sets the value of M21. | |
M22 | Gets or sets the value of M22. | |
Rows | Get the vectors from the row direction.. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Unit | Gets the unit matrix. | |
Value | Gets the value of the current matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Width | Get the column number of the matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 |
名前 | 解説 | |
---|---|---|
Add | Adds a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
BackslashReflect | オーバーロードされます。 Applies the backslash reflecting to this Matrix object. | |
Clone | Create a new object that is a copy of this C1.Framework.Mathematics.Matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Equals | Determines whether the specified System.Object is equal to the current System.Object. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
InverseTransform | Inverse transform a Coordinate object to a new Coordinate object. | |
LeftMultiply | Left multiply a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
ReflectAt | オーバーロードされます。 Applies the reflecting by speical line to this Matrix object. | |
RightMultiply | Right multiply a speical C1.Framework.Mathematics.Matrix to this C1.Framework.Mathematics.Matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Rotate | オーバーロードされます。 Applies a clockwise rotation of the specified angle about the origin to this Matrix object. | |
RotateAt | オーバーロードされます。 Applies a clockwise rotation to this Matrix object around the point specified in the point parameter, and by prepending the rotation | |
Scale | オーバーロードされます。 Applies the specified scale vector to this Matrix object by prepending the scale vector. | |
ScaleAt | オーバーロードされます。 Applies the specified scale vector to this Matrix object by prepending the scale vector at speical point. | |
Shear | オーバーロードされます。 Applies the specified shear vector to this Matrix object by prepending the shear transform. | |
SlashReflect | オーバーロードされます。 Applies the slash reflecting to this Matrix object. | |
ToString | Returns a string that represents the current matrix. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
Transform | Transform a Coordinate object to a new Coordinate object. | |
Translate | オーバーロードされます。 Applies the specified translation vector (offsetX and offsetY) to this Matrix object by prepending the translation vector. | |
Transpose | Defines the transpose operator for Matrix class. C1.Framework.Mathematics.Matrix<float>から継承されます。 | |
XAxisReflect | オーバーロードされます。 Applies the x-axis reflecting to this Matrix object. | |
YAxisReflect | オーバーロードされます。 Applies the y-axis reflecting to this Matrix object. |
明示的 キャスト 演算子 | オーバーロードされます。 Explicit convert a TransformMatrix object to a System.Drawing.Drawing2D.Matrix object. |