Share via


AnalysisRegion.MaxXY Field

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

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

Syntax

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

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

Remarks

The methods that take a Rect argument, for example Exclude(Rect), Intersect(Rect) or Union(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