AnalysisRegion.GetBounds 메서드
업데이트: 2007년 11월
AnalysisRegion의 경계 사각형을 가져옵니다.
네임스페이스: Microsoft.Ink
어셈블리: Microsoft.Ink.Analysis(Microsoft.Ink.Analysis.dll)
구문
‘선언
Public Function GetBounds As Rectangle
‘사용 방법
Dim instance As AnalysisRegion
Dim returnValue As Rectangle
returnValue = instance.GetBounds()
public Rectangle GetBounds()
public:
Rectangle GetBounds()
public Rectangle GetBounds()
public function GetBounds() : Rectangle
반환 값
형식: System.Drawing.Rectangle
잉크 공간 좌표에 있는 AnalysisRegion의 경계 사각형입니다.
설명
범위는 잉크 공간 좌표에 있습니다.
AnalysisRegion이 무한 영역을 나타내는 경우 반환된 Rectangle의 Top 및 Left 속성은 MinValue를 2로 나눈 값에 해당하며, Width 및 Height 속성은 MaxValue입니다.
AnalysisRegion이 빈 영역을 나타내는 경우 사각형의 Top, Left, Width 및 Height 속성은 0입니다.
예제
이 예제에서는 AnalysisRegion인 theFirstAnalysisRegion의 GetBounds 속성에 액세스하는 방법을 보여 줍니다.
' Display the bounds of an AnalysisRegion object.
System.Windows.Forms.MessageBox.Show( _
"The bounding rectangle of the AnalysisRegion is: " _
+ theFirstAnalysisRegion.GetBounds().ToString())
// Display the bounds of an AnalysisRegion object.
System.Windows.Forms.MessageBox.Show(
"The bounding rectangle of the AnalysisRegion is: "
+ theFirstAnalysisRegion.GetBounds().ToString());
플랫폼
Windows Vista
.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.
버전 정보
.NET Framework
3.0에서 지원