다음을 통해 공유


DynamicRenderer 클래스

업데이트: 2007년 11월

RealTimeStylus 개체에서 처리하는 태블릿 펜 데이터를 실시간으로 표시합니다. 이 클래스는 상속될 수 없습니다.

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

구문

‘선언
<UIPermissionAttribute(SecurityAction.Demand, Window := UIPermissionWindow.SafeTopLevelWindows)> _
Public NotInheritable Class DynamicRenderer _
    Implements IStylusSyncPlugin, IDisposable
‘사용 방법
Dim instance As DynamicRenderer
[UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows)]
public sealed class DynamicRenderer : IStylusSyncPlugin, 
    IDisposable
[UIPermissionAttribute(SecurityAction::Demand, Window = UIPermissionWindow::SafeTopLevelWindows)]
public ref class DynamicRenderer sealed : IStylusSyncPlugin, 
    IDisposable
/** @attribute UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows) */
public final class DynamicRenderer implements IStylusSyncPlugin, 
    IDisposable
public final class DynamicRenderer implements IStylusSyncPlugin, IDisposable

설명

창이 무효화되면 DynamicRenderer 개체에서 잉크를 다시 그릴 수 있습니다.

DynamicRenderer 클래스에는 변경 내용이 즉시 적용되는 속성과 변경 내용이 다음 StylusDown 이벤트 알림에서 적용되는 속성이라는 두 가지 속성 범주가 있습니다. ClipRectangle 속성은 즉시 적용되므로 사용자가 필기할 때 텍스트 입력 영역을 동적으로 확장할 수 있습니다. 다른 속성은 다음 StylusDown 이벤트 알림이 발생한 후 적용됩니다.

ms575176.alert_security(ko-kr,VS.90).gif보안 정보:

부분 신뢰 환경에서 사용하는 경우 이 클래스와 모든 해당 메서드에 UIPermissionWindow.SafeTopLevelWindows 권한이 필요합니다. 부분 신뢰 및 Tablet PC에 대한 자세한 내용은 Security and Trust를 참조하십시오.

상속 계층 구조

System.Object
  Microsoft.StylusInput.DynamicRenderer

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

플랫폼

Windows Vista, Windows XP SP2, Windows Server 2003

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

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

DynamicRenderer 멤버

Microsoft.StylusInput 네임스페이스

IStylusSyncPlugin