Click or drag to resize
XDL

NXVideoLayer Class

NXVideoLayer클래스는 NXVideoView상에서 도시되는 Layer를 정의하기 위한 Base클래스이다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.30
Syntax
C#
public class NXVideoLayer : UserControl

The NXVideoLayer type exposes the following members.

Constructors
  NameDescription
Public methodNXVideoLayer
NXVideoLayer 클래스의 기본 생성자로서, 내부 멤버 변수의 초기화를 수행한다.
Top
Methods
  NameDescription
Public methodGetVidView
NXVideoLayer의 내용이 도시될 NXVideoView객체를 얻는다.
Public methodSetVideoView
NXVideoLayer의 내용이 도시될 NXVideoView객체를 설정한다.
Top
See Also