BitmapDataBufferScan0 Property |
Gets a pointer to the raw pixel data.
Namespace:
CSVideoPlayer
Assembly:
CSVideoPlayer (in CSVideoPlayer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IntPtr Scan0 { get; }
Public ReadOnly Property Scan0 As IntPtr
Get
Dim instance As BitmapDataBuffer
Dim value As IntPtr
value = instance.Scan0
member Scan0 : IntPtr with get
/** @property */
public IntPtr get_Scan0()
function get Scan0 () : IntPtr
Property Value
Type:
IntPtr
See Also