Click or drag to resize
XDL

NXVideoMosaicLayerSetInputFrameMargin Method

모자이크 영상을 만들 때 입력 프레임에서 잘라낼 테두리 두께를 지정한다. 영상 자체에 테두리가 있거나 가장자리 경계선이 나타날 때 사용할 수 있다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public void SetInputFrameMargin(
	int nLeft,
	int nRight,
	int nTop,
	int nBottom
)

Parameters

nLeft  Int32
왼쪽 테두리 여백.
nRight  Int32
오른쪽 테두리 여백.
nTop  Int32
위쪽 테두리 여백.
nBottom  Int32
아래쪽 테두리 여백.
See Also