IInkOverlay::Draw method (msinkaut.h)

Sets a rectangle in which to redraw the ink within the InkOverlay object.

Syntax

HRESULT Draw(
  [in] IInkRectangle *Rect
);

Parameters

[in] Rect

The rectangle on which to draw, in pixel coordinates. When this parameter is NULL, the entire window is redrawn.

Return value

This method can return one of these values.

Remarks

InkDisp within the rectangle represented by rDrawRect is drawn when the area is next repainted if the AutoRedraw property is TRUE.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msinkaut.h
Library InkObj.dll

See also

IInkOverlay

InkOverlay Class

InkRectangle Class