名前 | 解説 | |
---|---|---|
![]() | SvgMatrix コンストラクタ | オーバーロードされます。 |
SvgMatrixデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
![]() | SvgMatrix コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
![]() | IsIdentity | Gets a value indicating whether this instance is an identity matrix. |
![]() | M11 | Gets element (1, 1). |
![]() | M12 | Gets element (1, 2). |
![]() | M21 | Gets element (2, 1). |
![]() | M22 | Gets element (2, 2). |
![]() | M31 | Gets element (3, 1). |
![]() | M32 | Gets element (3, 2). |
名前 | 解説 | |
---|---|---|
![]() ![]() | CreateRotation | オーバーロードされます。 Creates a rotation matrix. |
![]() ![]() | CreateScale | オーバーロードされます。 Creates a scaling matrix from the specified X and Y components. |
![]() ![]() | CreateSkew | オーバーロードされます。 Creates a skew matrix from the specified angles in radians. |
![]() ![]() | CreateTranslation | オーバーロードされます。 Creates a translation matrix. |
![]() | Equals | オーバーロードされます。 Determines whether the specified SvgMatrix is equal to this instance. |
![]() | GetHashCode | Returns a hash code for this instance. |
![]() | Invert | オーバーロードされます。 Inverts the matrix if possible. Returns the inverted matrix if the operation succeeded. |
![]() | Multiply | Determines the product of two matrices. |
![]() | Rotate | オーバーロードされます。 Applies the rotation transformation. |
![]() | Scale | オーバーロードされます。 Applies the scaling transformation. |
![]() | Skew | オーバーロードされます。 Applies the skew transformation. |
![]() | SkewX | Applies the skew transformation along the X axis. |
![]() | SkewY | Applies the skew transformation along the Y axis. |
![]() | ToMatrix3x2 | Creates a System.Numerics.Matrix3x2 from this SvgMatrix. |
![]() | ToString | オーバーロードされます。 Returns a string that represents the current SvgMatrix. |
![]() | Transform | オーバーロードされます。 Transforms a point by this matrix. |
![]() | Translate | Applies the translation transformation. |