'宣言 Public Overloads Shared Function CreateSkew( _ ByVal radiansX As System.Single, _ ByVal radiansY As System.Single, _ ByVal centerPoint As System.Drawing.PointF _ ) As SvgMatrix
public static SvgMatrix CreateSkew( System.float radiansX, System.float radiansY, System.Drawing.PointF centerPoint )
パラメータ
- radiansX
- The X angle, in radians.
- radiansY
- The Y angle, in radians.
- centerPoint
- The center point.
戻り値の型
The skew matrix.