CalendarView for WinForms
Shear(Single,Single,TransformOrder) メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > TransformMatrix クラス > Shear メソッド : Shear(Single,Single,TransformOrder) メソッド
The horizontal shear factor.
The vertical shear factor.
A TransformOrder enumeration that specifies the order (append or prepend) in which the shearing is applied to this Matrix object.
Applies the specified shear vector to this Matrix object by prepending the shear transform.
シンタックス
'宣言
 
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.
参照

TransformMatrix クラス
TransformMatrix メンバ
オーバーロード一覧