Click or drag to resize
XDL

XVideoTarget Class

XVideoTarget객체를 정의한다. 이 객체는 비디오 위에 도시될 단순히 표적을 정의한다. 비디오 상에 외부 객체를 다수 도시하는것은 성능의 부하를 줄 수 있기 때문에 한꺼번에 객체를 생성하여 메모리 상에 상주시켜 도시 성능 속도를 향상 시킬 수 있다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXVideoTarget

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 2.0.3.31
Syntax
C#
public class XVideoTarget : IDisposable

The XVideoTarget type exposes the following members.

Constructors
  NameDescription
Public methodXVideoTarget
XVideoTarget클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Public methodXVideoTarget(tagVTarget*)
Top
Properties
  NameDescription
Public propertyX
표적에 대한 X축 좌표값을 설정하거나 얻는다.
Public propertyY
표적에 대한 Y축 좌표값을 설정하거나 얻는다.
Top
See Also