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: 3.0.0.0
Syntax
C#
public class XVideoTarget : IDisposable

The XVideoTarget type exposes the following members.

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