BitmapImage.SourceRect 속성

정의

BitmapImage의 소스로 사용되는 사각형을 가져오거나 설정합니다.

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

BitmapImage의 소스로 사용되는 사각형입니다. 기본값은 Empty입니다.

설명

종속성 속성 정보

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

적용 대상