The raw block of pixel data, BGRA format.

Namespace: AwesomiumSharp
Assembly: AwesomiumSharp (in AwesomiumSharp.dll) Version: 1.6.2.0 (1.6.2.0)

Syntax

C#
public IntPtr Buffer { get; }
Visual Basic
Public ReadOnly Property Buffer As IntPtr
	Get
Visual C++
public:
property IntPtr Buffer {
	IntPtr get ();
}

Remarks

If SetTransparent(Boolean) is not enabled, you may need to flush the alpha channel of this buffer before displaying it. This is because Flash on Windows will sometimes corrupt our alpha channel and so you may see weird text in Flash if you forget to do this. To flash the alpha channel, use: FlushAlpha()()()().

See Also