Click or drag to resize
XDL

XGraphicsglReadPixels Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]


Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public void glReadPixels(
	int x,
	int y,
	int width,
	int height,
	int format,
	int type,
	ref float n
)

Parameters

x  Int32

[Missing <param name="x"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

y  Int32

[Missing <param name="y"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

width  Int32

[Missing <param name="width"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

height  Int32

[Missing <param name="height"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

format  Int32

[Missing <param name="format"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

type  Int32

[Missing <param name="type"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

n  Single

[Missing <param name="n"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.glReadPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Single@)"]

See Also