IAnalysisRegion::Clone method

Creates a copy of the IAnalysisRegion.

Syntax

HRESULT Clone(
  [out] IAnalysisRegion **pClonedRegion
);

Parameters

pClonedRegion [out]

A pointer to a copy of the IAnalysisRegion.

Return value

For a description of the return values, see Classes and Interfaces - Ink Analysis.

Remarks

This method is eqivalent to theSystem.Windows.Ink.AnalysisCore.AnalysisRegionBase.Clone Method in the .NET Framework.

Caution

To avoid a memory leak, call IUnknown::Release on *pClonedRegion when you no longer need to use the cloned analysis region.

Requirements

Requirement Value
Minimum supported client
Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server
None supported
Header
IACom.h (also requires IACom_i.c)
DLL
IACom.dll

See also

IAnalysisRegion

Ink Analysis Reference