다음을 통해 공유


InkCollectorSystemGestureEventArgs 생성자

업데이트: 2007년 11월

InkCollectorSystemGestureEventArgs 클래스의 새 인스턴스를 초기화합니다.

네임스페이스:  Microsoft.Ink
어셈블리:  Microsoft.Ink(Microsoft.Ink.dll)

구문

‘선언
Public Sub New ( _
    cursor As Cursor, _
    id As SystemGesture, _
    pt As Point, _
    modifier As Integer, _
    c As Char, _
    mode As Integer _
)
‘사용 방법
Dim cursor As Cursor
Dim id As SystemGesture
Dim pt As Point
Dim modifier As Integer
Dim c As Char
Dim mode As Integer

Dim instance As New InkCollectorSystemGestureEventArgs(cursor, _
    id, pt, modifier, c, mode)
public InkCollectorSystemGestureEventArgs(
    Cursor cursor,
    SystemGesture id,
    Point pt,
    int modifier,
    char c,
    int mode
)
public:
InkCollectorSystemGestureEventArgs(
    Cursor^ cursor, 
    SystemGesture id, 
    Point pt, 
    int modifier, 
    wchar_t c, 
    int mode
)
public InkCollectorSystemGestureEventArgs(
    Cursor cursor,
    SystemGesture id,
    Point pt,
    int modifier,
    char c,
    int mode
)
public function InkCollectorSystemGestureEventArgs(
    cursor : Cursor, 
    id : SystemGesture, 
    pt : Point, 
    modifier : int, 
    c : char, 
    mode : int
)

매개 변수

  • mode
    형식: System.Int32
    Cursor 개체가 잉크 모드이면 1로, Cursor 개체가 지우기 모드이면 2로 설정합니다.

설명

Cursor 형식인 cursor는 제스처를 수행하는 데 사용된 커서입니다. SystemGesture 형식인 id는 제스처의 id입니다. pt는 제스처의 위치입니다. modifier는 제스처 한정자(예: Ctrl+Alt)입니다. c는 제스처에 연결된 문자입니다. mode는 제스처 도중 커서의 모드입니다.

플랫폼

Windows Vista

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

InkCollectorSystemGestureEventArgs 클래스

InkCollectorSystemGestureEventArgs 멤버

Microsoft.Ink 네임스페이스

InkCollector.SystemGesture

Gesture.HotPoint