다음을 통해 공유


CroppedBitmap.SourceRect 속성

정의

비트맵을 자를 사각형 영역을 가져오거나 설정합니다.

public:
 property System::Windows::Int32Rect SourceRect { System::Windows::Int32Rect get(); void set(System::Windows::Int32Rect value); };
public System.Windows.Int32Rect SourceRect { get; set; }
member this.SourceRect : System.Windows.Int32Rect with get, set
Public Property SourceRect As Int32Rect

속성 값

Int32Rect

비트맵을 자를 사각형 영역입니다. 기본값은 Empty입니다.

설명

집합 Int32Rect.Empty 이 있는 A CroppedBitmapSourceRect 전체 이미지를 렌더링합니다.

비트맵의 범위 내에 완전히 포함되지 않은 사각형은 렌더링되지 않습니다.

종속성 속성 정보

식별자 필드 SourceRectProperty
메타 데이터 속성 설정 true 없음

적용 대상