업데이트: 2007년 11월
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에서 지원