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 です。

注釈

イメージ全体をSourceRectレンダリングするInt32Rect.Empty設定を持つ ACroppedBitmap

ビットマップの境界内に完全に含まれていない四角形はレンダリングされません。

依存プロパティ情報

識別子フィールド SourceRectProperty
メタデータのプロパティが次に設定されている true なし

適用対象