Sdílet prostřednictvím


AnalysisRegionBase Constructor (Int32, Int32, Int32, Int32)

Initializes a new instance of the AnalysisRegionBase class that represents the area within a rectangle.

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Sub New ( _
    left As Integer, _
    top As Integer, _
    right As Integer, _
    bottom As Integer _
)
'Usage
Dim left As Integer 
Dim top As Integer 
Dim right As Integer 
Dim bottom As Integer 

Dim instance As New AnalysisRegionBase(left, top, _
    right, bottom)
public AnalysisRegionBase(
    int left,
    int top,
    int right,
    int bottom
)
public:
AnalysisRegionBase(
    int left, 
    int top, 
    int right, 
    int bottom
)
public function AnalysisRegionBase(
    left : int, 
    top : int, 
    right : int, 
    bottom : int
)

Parameters

Examples

This example shows how to create an AnalysisRegionBase that represents a finite area.

' Create a finite AnalysisRegionBase. 
Dim theSecondAnalysisRegionBase As _
    New System.Windows.Ink.AnalysisCore.AnalysisRegionBase(205, 205, 2054, 1027)
// Create a finite AnalysisRegionBase.
System.Windows.Ink.AnalysisCore.AnalysisRegionBase theSecondAnalysisRegionBase =
    new System.Windows.Ink.AnalysisCore.AnalysisRegionBase(205, 205, 2054, 1027);

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

AnalysisRegionBase Class

AnalysisRegionBase Members

AnalysisRegionBase Overload

System.Windows.Ink.AnalysisCore Namespace

AnalysisRegionBase.GetBounds