| Visual Basic (Declaration) | |
|---|---|
<XmlIgnoreAttribute()> Public ReadOnly Property DataPtr As IntPtr | |
| C# | |
|---|---|
[XmlIgnoreAttribute()] public IntPtr DataPtr {get;} | |
| C++/CLI | |
|---|---|
[XmlIgnoreAttribute()] public: property IntPtr DataPtr { IntPtr get(); } | |
Property Value
An IntPtr representing the address of the first element of the matrix.
Matrix elements are stored in column major order. For a 3x2 matrix its items will be stored in the following order: [0,0], [1,0], [2,0], [0,1], [1,1], [2,1] .
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7