AnalysisRegion.MinXY Field

Specifies the minimum value allowed for the bounds of an AnalysisRegion.

Namespace:  System.Windows.Ink
Assembly:  IAWinFX (in IAWinFX.dll)

Syntax

'Declaration
Public Shared ReadOnly MinXY As Double
'Usage
Dim value As Double 

value = AnalysisRegion.MinXY
public static readonly double MinXY
public:
static initonly double MinXY
public static final var MinXY : double

Remarks

The methods that take a Rect argument, for example Exclude(Rect), Intersect(Rect), or [M:System.Windows.Ink.AnalysisRegion.Union(System.Windows.Rect),] ensure that the Rect is within a proper value range which is defined using MinXY and [F:System.Windows.Ink.AnalysisRegion.MaxXY.] If you pass in a Rect with bounds outside the proper value range, an ArgumentOutOfRangeException is thrown.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

AnalysisRegion Class

AnalysisRegion Members

System.Windows.Ink Namespace