Click or drag to resize
XDL

NXPlanetLayerOnScreenVideo Class

PlanetView에 비디오 재생 프레임을 겹쳐서 표시하는 레이어를 구현한다.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Pixoneer.NXDL.NGRNXRenderLayer
                Pixoneer.NXDL.NXPlanetNXPlanetLayer
                  Pixoneer.NXDL.NXVideoNXPlanetLayerVideoBase
                    Pixoneer.NXDL.NXVideoNXPlanetLayerOnScreenVideo

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public class NXPlanetLayerOnScreenVideo : NXPlanetLayerVideoBase

The NXPlanetLayerOnScreenVideo type exposes the following members.

Constructors
 NameDescription
Public methodNXPlanetLayerOnScreenVideo NXPlanetLayerOnScreenVideo 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Top
Properties
 NameDescription
Public propertyLayerVisible 레이어의 도시여부를 확인하거나 설정한다.
(Overrides NXPlanetLayerLayerVisible)
Top
Methods
 NameDescription
Public methodInitialize 내부 초기화 함수이다. 이것은 NXPlanetEngine에 의해 오직 한번 호출 된다.
(Overrides NXPlanetLayerInitialize)
Top
See Also