Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
39 lines (22 loc) · 741 Bytes

File metadata and controls

39 lines (22 loc) · 741 Bytes
Copy raw file
Download raw file
Outline
Edit and raw actions

API categories | API index

PaintBuffer (object)

This object is related to: Browser.GetImage() and RenderHandler.OnPaint().

Table of contents:

Methods

GetIntPointer

Return long

Get int pointer to the void* buffer.

GetString

Parameter Type
mode="bgra" string
origin="top-left" string
Return object

Converts the void* buffer to string. In Py2 returns 'str' type, in Py3 returns 'bytes' type.

origin may be one of: "top-left", "bottom-left".

mode may be one of: "bgra", "rgba".

Morty Proxy This is a proxified and sanitized view of the page, visit original site.