Click or drag to resize
XDL

XTexture Constructor (IntPtr, Boolean)

XDL 네이티브 텍스처 포인터로부터 XTexture 객체를 만드는 생성자.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public XTexture(
	IntPtr pTexture,
	bool bAutoDelete
)

Parameters

pTexture
Type: SystemIntPtr

[Missing <param name="pTexture"/> documentation for "M:Pixoneer.NXDL.NGR.XTexture.#ctor(System.IntPtr,System.Boolean)"]

bAutoDelete
Type: SystemBoolean

[Missing <param name="bAutoDelete"/> documentation for "M:Pixoneer.NXDL.NGR.XTexture.#ctor(System.IntPtr,System.Boolean)"]

See Also