다음을 통해 공유


VideoTransformEffectDefinition.CropRectangle 속성

정의

비디오를 자르는 사각형을 가져오거나 설정하며 픽셀 단위로 지정됩니다.

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

속성 값

비디오가 잘리는 사각형

적용 대상