Struct NotificationBitmap_t
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Valve.VR
Assembly: Assembly-CSharp.dll
Syntax
public struct NotificationBitmap_t
Fields
m_nBytesPerPixel
Declaration
public int m_nBytesPerPixel
Field Value
Type | Description |
---|---|
System.Int32 |
m_nHeight
Declaration
public int m_nHeight
Field Value
Type | Description |
---|---|
System.Int32 |
m_nWidth
Declaration
public int m_nWidth
Field Value
Type | Description |
---|---|
System.Int32 |
m_pImageData
Declaration
public IntPtr m_pImageData
Field Value
Type | Description |
---|---|
System.IntPtr |