Table of Contents

Enum RegionContain

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

Types of results returned from a call to 'Contains' methods of the region.

public enum RegionContain

Fields

InRegion = 2

The specified value is fully contained within this region. On Windows, this result will be returned even if only part of the specified value is contained in this region.

OutRegion = 0

The specified value is not contained within this region.