Applies the specified shear vector to this Matrix object by prepending the shear transform.
シンタックス
'宣言
Public Overloads Sub Shear( _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As TransformOrder _
)
public void Shear(
System.float ,
System.float ,
TransformOrder
)
パラメータ
- shearX
- The horizontal shear factor.
- shearY
- The vertical shear factor.
- order
- A TransformOrder enumeration that specifies the order (append or prepend) in which the shearing is applied to this Matrix object.
参照