BitmapTransform.Bounds 属性

定义

指定用于裁剪位图的边框。 应用缩放、旋转和翻转后,在坐标空间中定义此矩形。

public:
 property BitmapBounds Bounds { BitmapBounds get(); void set(BitmapBounds value); };
BitmapBounds Bounds();

void Bounds(BitmapBounds value);
public BitmapBounds Bounds { get; set; }
var bitmapBounds = bitmapTransform.bounds;
bitmapTransform.bounds = bitmapBounds;
Public Property Bounds As BitmapBounds

属性值

一个指定边框的结构。

适用于