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

注解

CroppedBitmap 个设置为呈现整个图像的 SourceRect 集合 Int32Rect.Empty

位图边界内未完全位于位图边界内的矩形将不会呈现。

依赖项属性信息

标识符字段 SourceRectProperty
元数据属性设置为 true

适用于