Gets the pointer to the data of the bitmap
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic IntPtr Data { get; }Public ReadOnly Property Data As IntPtr
	Get
member Data : IntPtr with get
Property Value
Type: 
IntPtr Remarks
Remarks
            This does not include any headers, etc. so it directly points to the beginning of the data.
            
            Each row may not be on a pixel boundary, so to increment to the next row, use the 
ScanWidth
            to increment the pointer to the next row.
            
 See Also
See Also