CalendarView for WinForms
WorldTransform プロパティ

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : WorldTransform プロパティ
Gets or sets the world transform.
シンタックス
'宣言
 
Public Property WorldTransform As System.Single()
public System.float[] WorldTransform {get; set;}

プロパティ値

An array of float that includes six elements.

| M11, M12, 0 | | M21, M22, 0 | | Dx, Dy, 1 |

The order is [M11, M12, M21, M22, Dx, Dy].

解説
Notes: The length of the array must be six.
参照

DeviceContext クラス
DeviceContext メンバ