VideoTransformEffectDefinition.CropRectangle 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置将裁剪视频的矩形,以像素为单位指定。
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
属性值
将裁剪视频的矩形