Click or drag to resize
XDL

XVidGraphics Class

XVidGraphics클래스는 Video도시에 필요한 OpenGL도시에 필요한 메쏘드를 포함한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NGRXGraphics
    Pixoneer.NXDL.NXVideoXVidGraphics

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

The XVidGraphics type exposes the following members.

Constructors
 NameDescription
Public methodXVidGraphics XVidGraphics클래스의 기본 생성자로서, 멤버변수에 대하여 초기화를 수행한다.
Top
Methods
 NameDescription
Public methodxglVertex3d(XVertex3d) OpenGL의 glVertex3d와 동일한 기능을 수행한다.
(Overrides XGraphicsxglVertex3d(XVertex3d))
Public methodxglVertex3d(Double, Double, Double) OpenGL의 glVertex3d와 동일한 기능을 수행한다.
(Overrides XGraphicsxglVertex3d(Double, Double, Double))
Top
See Also