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

속성 값

비트맵이 잘린 사각형 영역입니다. 기본값은 Empty입니다.

설명

CroppedBitmap 전체 이미지를 렌더링할 SourceRect 집합이 있는 A Int32Rect.Empty 입니다.

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

종속성 속성 정보

항목 가치
식별자 필드 SourceRectProperty
메타데이터 속성이 다음으로 설정됩니다. true None

적용 대상