Share via


BitmapTransform.Bounds Property

Definition

Specifies the bounding rectangle that is used to crop the bitmap. This rectangle is defined in the coordinate space after scale, rotation, and flip are applied.

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

Property Value

A structure that specifies the bounding rectangle.

Applies to