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: 1.2.817.72
Syntax
C#
public void glReadPixels(
	int x,
	int y,
	int width,
	int height,
	int format,
	int type,
	ref float n
)

Parameters

x
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemSingle

[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