BitmapTransform.Bounds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.