Click or drag to resize
XDL

NXDrawArgs Class

NXDrawArgs는 각 뷰 컨트롤 및 렌더링 정보가 있는 기본 클래스이다.
각 뷰 컨트롤에서 이벤트가 발생할 때 매개변수로 포함되는 경우가 많다.
Inheritance Hierarchy

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 2.0.3.31
Syntax
C#
public class NXDrawArgs : IDisposable

The NXDrawArgs type exposes the following members.

Constructors
  NameDescription
Public methodNXDrawArgs
NXDrawArgs 클래스의 기본 생성자로서, 멤버변수들을 초기화 시킨다.
Top
See Also