DynamicRenderer.Draw Method
Draws the cached data with the specified Graphics object.
Namespace: Microsoft.StylusInput
Assembly: Microsoft.Ink (in Microsoft.Ink.dll)
Syntax
'Declaration
Public Sub Draw ( _
g As Graphics _
)
'Usage
Dim instance As DynamicRenderer
Dim g As Graphics
instance.Draw(g)
public void Draw(
Graphics g
)
public:
void Draw(
Graphics^ g
)
public function Draw(
g : Graphics
)
Parameters
g
Type: System.Drawing.GraphicsThe Graphics object with which to draw.
Remarks
You can use the Draw method for tasks such as double buffering.
Note
Cached data cannot be drawn using Microsoft Windows XP Tablet PC Edition 2005 systems.
Platforms
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Version Information
.NET Framework
Supported in: 3.0