다음을 통해 공유


Stroke.ScaleToRectangle 메서드

업데이트: 2007년 11월

지정된 Rectangle 구조체에 맞게 Stroke 개체의 배율을 조정합니다.

네임스페이스:  Microsoft.Ink
어셈블리:  Microsoft.Ink(Microsoft.Ink.dll)

구문

‘선언
Public Sub ScaleToRectangle ( _
    scaleRectangle As Rectangle _
)
‘사용 방법
Dim instance As Stroke
Dim scaleRectangle As Rectangle

instance.ScaleToRectangle(scaleRectangle)
public void ScaleToRectangle(
    Rectangle scaleRectangle
)
public:
void ScaleToRectangle(
    Rectangle scaleRectangle
)
public void ScaleToRectangle(
    Rectangle scaleRectangle
)
public function ScaleToRectangle(
    scaleRectangle : Rectangle
)

매개 변수

설명

Stroke 개체의 경계 상자와 사각형이 일치하도록 Stroke 개체가 배율이 조정되고 이동됩니다.

예제

이 C# 예제에서는 Stroke 개체인 theStroke의 ScaleToRectangle 메서드를 호출하여 Rectangle 구조체인 theRectangle을 매개 변수로 전달합니다. 메서드는 경계 상자가 theRectangle과 일치하도록 theStroke의 배율을 조정하고 이동합니다.

theStroke.ScaleToRectangle(theRectangle);

이 Microsoft Visual Basic .NET 예제에서는 Stroke 개체인 theStroke의 ScaleToRectangle 메서드를 호출하여 Rectangle 구조체인 theRectangle을 매개 변수로 전달합니다. 메서드는 경계 상자가 theRectangle과 일치하도록 theStroke의 배율을 조정하고 이동합니다.

theStroke.ScaleToRectangle(theRectangle)

플랫폼

Windows Vista

.NET Framework 및 .NET Compact Framework에서 모든 플랫폼의 전체 버전을 지원하지는 않습니다. 지원되는 버전의 목록을 보려면 .NET Framework 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

3.0에서 지원

참고 항목

참조

Stroke 클래스

Stroke 멤버

Microsoft.Ink 네임스페이스

Stroke.GetBoundingBox

Stroke.Scale

Stroke.Transform

Strokes.ScaleToRectangle