VideoTransformEffectDefinition.CropRectangle 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.
Gets or sets the rectangle within which the video will be cropped, specified in pixels.
public:
property Rect CropRectangle { Rect get(); void set(Rect value); };
Rect CropRectangle();
void CropRectangle(Rect value);
public Rect CropRectangle { get; set; }
var rect = videoTransformEffectDefinition.cropRectangle;
videoTransformEffectDefinition.cropRectangle = rect;
Public Property CropRectangle As Rect
Property Value
The rectangle within which the video will be cropped