DynamicRenderer.Draw 方法

使用指定的 Graphics 对象绘制缓存的数据。

命名空间:  Microsoft.StylusInput
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public Sub Draw ( _
    g As Graphics _
)
用法
Dim instance As DynamicRenderer
Dim g As Graphics

instance.Draw(g)
public void Draw(
    Graphics g
)
public:
void Draw(
    Graphics^ g
)
public void Draw(
    Graphics g
)
public function Draw(
    g : Graphics
)

参数

备注

您可以对类似于双缓冲之类的任务使用 Draw 方法。

备注

无法使用 Microsoft Windows XP Tablet PC Edition 2005 系统绘制缓存的数据。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

DynamicRenderer 类

DynamicRenderer 成员

Microsoft.StylusInput 命名空间