IAnalysisRegion::ExcludeRegion method

Restricts the area of the IAnalysisRegion to the portion of its area that does not intersect the specified IAnalysisRegion.

Syntax

HRESULT ExcludeRegion(
  [in] IAnalysisRegion *pRegionToExclude
);

Parameters

pRegionToExclude [in]

The IAnalysisRegion to exclude from this IAnalysisRegion.

Return value

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

Remarks

If the two areas do not intersect, this IAnalysisRegion is unchanged.

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

IAnalysisRegion::ExcludeRectangle

IAnalysisRegion::IntersectRectangle Method

IAnalysisRegion::IntersectRegion Method

IAnalysisRegion::UnionRectangle Method

IAnalysisRegion::UnionRegion Method

Ink Analysis Reference