Click or drag to resize
XDL

NXVideoMosaicLayerSetMoasicImageSize Method

모자이크 영상 크기와 입력 동영상 변환 크기를 설정한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public void SetMoasicImageSize(
	int nXSizeOut,
	int nYSizeOut,
	int nMaxInputSize
)

Parameters

nXSizeOut
Type: SystemInt32
모자이크 영상 가로 크기.
nYSizeOut
Type: SystemInt32
모자이크 영상 세로 크기.
nMaxInputSize
Type: SystemInt32
입력 동영상 최대 크기. 영상 크기가 지정값보다 큰 경우 긴 쪽을 지정값에 맞춘다.
See Also