polygonStatusType Enumeration

Polygon status type.
Members
 
  Member name Description
In The subject polygon is inside the clip one
On The subject polygon intersects the clip one
Out The subject polygon is outside the clip one
Over The clip polygon is inside the subject one
Example
 
Over +--------------+ On | Clip +--+----+ | o-------+--o | | | In | | | | | +----+--+ | | | | +--+----+ | | | | | | +-------+ | | | | o----------o +--------------+ Out +---------+ | | +---------+

In this article

Definition