Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

The following table shows the methods for the IInkDispclass.

Method Description

IInkDisp::AddStrokesAtRectangle

Inserts a stroke collection into the InkDispobject at the specified rectangle.

IInkDisp::CanPaste

Indicates whether data (either on the Clipboard, or as an IDataObject) can be converted to an InkDispobject.

IInkDisp::Clip

Removes portions of a stroke or collection of strokes that are outside a rectangle.

IInkDisp::ClipboardCopy

Copies an InkDispobject to the Clipboard.

ClipboardCopyWithRectangle

Not implemented for Windows Mobile

IInkDisp::ClipboardPaste

Pastes an IDataObject, either specified or from the Clipboard, to this InkDispobject.

IInkDisp::Clone

Creates a duplicate InkDispobject.

IInkDisp::CreateStroke

Creates an IInkStrokeDispstroke object from points or packet data.

IInkDisp::CreateStrokes

Creates an IInkStrokescollection for this InkDispobject.

IInkDisp::DeleteStroke

Deletes a stroke from the InkDispobject.

IInkDisp::DeleteStrokes

Deletes a collection of strokes from the InkDispobject.

IInkDisp::ExtractStrokes

Extracts strokes from the InkDispobject and returns a new InkDispobject containing the extracted strokes.

ExtractStrokes(Rectangle)

Not implemented for Windows Mobile

IInkDisp::GetBoundingBox

Retrieves the bounding box of all of the strokes in the InkDispobject.

HitTest(Point, Single)

Not implemented for Windows Mobile

HitTest(Point[], Single)

Not implemented for Windows Mobile

HitTest(Rectangle, Single)

Not implemented for Windows Mobile

IInkDisp::Load

Populates a new InkDispobject with known binary data.

NearestPoint

Not implemented for Windows Mobile

IInkDisp::Save

Converts the ink to a specified format and returns the binary data.

See Also