Click or drag to resize
XDL

XImageGraphics Class

NGR.XGraphics를 상속받은 인터페이스를 정의한다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NXImage
Assembly:  NXImage (in NXImage.dll) Version: 2.0.3.31
Syntax
C#
public class XImageGraphics : XGraphics

The XImageGraphics type exposes the following members.

Constructors
  NameDescription
Public methodXImageGraphics
XImageGraphics 객체를 생성하고 데이터 멤버를 초기화한다.
Top
Methods
  NameDescription
Public methodxglVertex3d(XVertex3d)
오프셋/크기조절이 적용된 3차원 정점을 설정한다. glVertex3d와는 조금 다르다.
(Overrides XGraphicsxglVertex3d(XVertex3d).)
Public methodxglVertex3d(Double, Double, Double)
오프셋/크기조절이 적용된 3차원 정점을 설정한다. glVertex와는 조금 다르다.
(Overrides XGraphicsxglVertex3d(Double, Double, Double).)
Top
See Also