Click or drag to resize
XDL

NXMilmapLayerVideo Class

군사지도(MilmapView) 위에 비디오 재생 프레임을 겹쳐서 표시하는 레이어를 구현한다.
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              Pixoneer.NXDL.NGRNXRenderLayer
                Pixoneer.NXDL.NXMilmapNXMilmapLayer
                  Pixoneer.NXDL.NXVideoNXMilmapLayerVideoBase
                    Pixoneer.NXDL.NXVideoNXMilmapLayerVideo

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

The NXMilmapLayerVideo type exposes the following members.

Constructors
 NameDescription
Public methodNXMilmapLayerVideo NXMilmapLayerVideo 객체를 생성하고 데이터 멤버를 초기화한다. 기본 생성자.
Top
Properties
 NameDescription
Public propertyGridCount 2차원 지도 투영 격자점 개수. 한 변의 꼭지점 사이에 놓이는 점 개수로 0이면 영상의 네 꼭지점으로만 그린다. (기본값: 8)
Public propertyHeight2D 2차원 지도 투영 고도 설정.
Public propertyLayerVisible 레이어의 도시여부를 확인하거나 설정한다.
(Overrides NXMilmapLayerLayerVisible)
Public propertySensorBoundColor 센서 촬영 범위 표시 색상 설정.
Public propertyShowSensorBound 센서 촬영 범위 표시 여부 설정.
Top
Methods
 NameDescription
Public methodInitialize NXRenderLaye 내부 초기화 함수이다.
(Overrides NXMilmapLayerInitialize)
Top
See Also