IAnalysisRegion::IntersectRegion method

Restricts the area of the IAnalysisRegion to the area created by its intersection with the specified IAnalysisRegion.

Syntax

HRESULT IntersectRegion(
  [in] IAnalysisRegion *pRegionToIntersect
);

Parameters

pRegionToIntersect [in]

The IAnalysisRegion with which to intersect.

Return value

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

Remarks

If the two areas do not intersect, the new area is empty.

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::ExcludeRegion Method

IAnalysisRegion::IntersectRectangle Method

IAnalysisRegion::UnionRectangle Method

IAnalysisRegion::UnionRegion Method

Ink Analysis Reference