Click or drag to resize
XDL

XFramePictureResize Method (Int32, Int32, Boolean)

비디오 프레임의 크기를 변경한 새 프레임을 얻는다. RGB 또는 YUV 형식은 원본 프레임 형식 종류의 기본형으로 한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public XFramePicture Resize(
	int width,
	int height,
	bool zoomFit
)

Parameters

width
Type: SystemInt32
새 프레임 가로 크기.
height
Type: SystemInt32
새 프레임 세로 크기.
zoomFit
Type: SystemBoolean
참인 경우 전체 영상이 들어가는 적정 비율로 변경한다. 거짓인 경우 새 프레임 가득 영상이 그려지도록 영상의 가로 또는 세로 한쪽에 맞춘다.

Return Value

Type: XFramePicture
새로운 크기의 비디오 프레임.
See Also