wx.IntBuffer Class Reference

Inheritance diagram for wx.IntBuffer:

wx.Object

List of all members.

Public Member Functions

 IntBuffer (int[] values)
 IntBuffer (int n)
override string ToString ()

Protected Member Functions

override void CallDTor ()

Properties

IntPtr CArrayPtr [get]
int Length [get]
int this [int i] [get, set]


Detailed Description

This wrapps a native int[] array.

Constructor & Destructor Documentation

wx.IntBuffer.IntBuffer ( int  n  ) 

wx.IntBuffer.IntBuffer ( int[]  values  ) 


Member Function Documentation

override void wx.IntBuffer.CallDTor (  )  [protected, virtual]

This will be called by Dispose() to delete the C++ object. Overload this if you have to use another DTor.

Reimplemented from wx.Object.

override string wx.IntBuffer.ToString (  ) 


Property Documentation

IntPtr wx.IntBuffer.CArrayPtr [get]

Gets the pointer to the native C/C++ array.

int wx.IntBuffer.Length [get]

int wx.IntBuffer.this[int i] (  )  [get, set]


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads