'宣言 Public Overloads Sub Shear( _ ByVal shearX As System.Single, _ ByVal shearY As System.Single, _ ByVal order As TransformOrder _ )
public void Shear( System.float shearX, System.float shearY, TransformOrder order )
パラメータ
- 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.