AnalysisRegion Constructor
Initializes a new instance of the AnalysisRegion class that represents an infinite area.
Namespace: System.Windows.Ink
Assembly: IAWinFX (in IAWinFX.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New AnalysisRegion()
public AnalysisRegion()
public:
AnalysisRegion()
public function AnalysisRegion()
Examples
This example shows how to create an AnalysisRegion that represents an infinite area.
' Create an infinite AnalysisRegion.
Dim theFirstAnalysisRegion As New AnalysisRegion()
// Create an infinite AnalysisRegion.
AnalysisRegion theFirstAnalysisRegion =
new AnalysisRegion();
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