Click or drag to resize
XDL

NXImageLayerVideoMosaicSetInputTrim Method

여백 제거 등을 위해 입력 동영상 프레임 가장자리 잘라내는 영역 크기를 설정한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public void SetInputTrim(
	uint left,
	uint right,
	uint top,
	uint bottom
)

Parameters

left  UInt32
왼쪽 자르는 크기.
right  UInt32
오른쪽 자르는 크기.
top  UInt32
위쪽 자르는 크기.
bottom  UInt32
아래쪽 자르는 크기.
See Also