 | NXVideoMosaicLayerSetInputFrameMargin Method |
모자이크 영상을 만들 때 입력 프레임에서 잘라낼 테두리 두께를 지정한다.
영상 자체에 테두리가 있거나 가장자리 경계선이 나타날 때 사용할 수 있다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic void SetInputFrameMargin(
int nLeft,
int nRight,
int nTop,
int nBottom
)
Parameters
- nLeft
- Type: SystemInt32
왼쪽 테두리 여백. - nRight
- Type: SystemInt32
오른쪽 테두리 여백. - nTop
- Type: SystemInt32
위쪽 테두리 여백. - nBottom
- Type: SystemInt32
아래쪽 테두리 여백.
See Also