InPlaceSizeChangeEventArgs クラスの新しいインスタンスを初期化します。
名前空間 : Microsoft.Ink.TextInput
アセンブリ : Microsoft.Ink (Microsoft.Ink.dll 内)
構文
'宣言
Public Sub New ( _
oldSize As Rectangle, _
newSize As Rectangle _
)
'使用
Dim oldSize As Rectangle
Dim newSize As Rectangle
Dim instance As New InPlaceSizeChangeEventArgs(oldSize, _
newSize)
public InPlaceSizeChangeEventArgs(
Rectangle oldSize,
Rectangle newSize
)
public:
InPlaceSizeChangeEventArgs(
Rectangle oldSize,
Rectangle newSize
)
public InPlaceSizeChangeEventArgs(
Rectangle oldSize,
Rectangle newSize
)
public function InPlaceSizeChangeEventArgs(
oldSize : Rectangle,
newSize : Rectangle
)
パラメータ
- oldSize
型 : System.Drawing.Rectangle
現在のサイズです。
- newSize
型 : System.Drawing.Rectangle
入力パネルの変更後のサイズ。
プラットフォーム
Windows Vista, Windows XP SP2, Windows Server 2003
.NET Framework および .NET Compact Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
バージョン情報
.NET Framework
サポート対象 : 3.0
参照
参照
InPlaceSizeChangeEventArgs クラス