Click or drag to resize
XDL

NXVideoLayer Class

NXVideoLayer클래스는 NXVideoView상에서 도시되는 Layer를 정의하기 위한 Base클래스이다.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Pixoneer.NXDL.NXVideoNXVideoLayer
                Pixoneer.NXDL.NXVideoNXVideoLayerOverlay
                Pixoneer.NXDL.NXVideoNXVideoMosaicLayer
                Pixoneer.NXDL.NXVideoNXVideoTranscodeLayer

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
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