VideoTransformEffectDefinition.CropRectangle Property

Definition

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

Applies to