다음을 통해 공유


RealTimeStylus 생성자 (Control)

업데이트: 2007년 11월

RealTimeStylus 클래스의 새 인스턴스를 초기화하고 지정된 컨트롤에 연결합니다.

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

구문

‘선언
Public Sub New ( _
    attachedControl As Control _
)
‘사용 방법
Dim attachedControl As Control

Dim instance As New RealTimeStylus(attachedControl)
public RealTimeStylus(
    Control attachedControl
)
public:
RealTimeStylus(
    Control^ attachedControl
)
public RealTimeStylus(
    Control attachedControl
)
public function RealTimeStylus(
    attachedControl : Control
)

매개 변수

  • attachedControl
    형식: System.Windows.Forms.Control
    RealTimeStylus 개체를 연결할 컨트롤입니다. 이 매개 변수를 null(Microsoft Visual Basic .NET의 경우 Nothing)로 설정하면 생성자에서 예외가 throw됩니다.

설명

RealTimeStylus 개체의 경우 초기에는 잉크 수집이 비활성화되고 입력 영역은 RealTimeStylus 개체가 연결된 창의 경계로 설정됩니다. 자세한 내용은 EnabledWindowInputRectangle 속성을 참조하십시오.

플랫폼

Windows Vista, Windows XP SP2, Windows Server 2003

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

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

RealTimeStylus 클래스

RealTimeStylus 멤버

RealTimeStylus 오버로드

Microsoft.StylusInput 네임스페이스

Microsoft.Ink.Tablet