GObject.Object
EvinceDocument.RenderContext
Import line: | EvinceDocument = imports.gi.EvinceDocument; |
GIR File: | EvinceDocument-3.0.gir |
C documentation: | EvinceDocumentRenderContext |
Class : | RenderContext |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
page : EvinceDocument.Page
read only
|
EvinceDocument.RenderContext | |
parent : GObject.Object
read only
|
EvinceDocument.RenderContext | |
rotation : gint32
read only
|
EvinceDocument.RenderContext | |
scale : gdouble
read only
|
EvinceDocument.RenderContext |
Method / Constructor | Defined By | |
---|---|---|
new EvinceDocument.RenderContext
(Object properties)
Create a new EvinceDocument.RenderContext
Create a new EvinceDocument.RenderContext
|
||
new EvinceDocument.RenderContext.c_new
(Page page, gint32 rotation, gdouble scale)
:
EvinceDocument.RenderContext
Create a new EvinceDocument.RenderContext
Create a new EvinceDocument.RenderContext
|
||
set_page
(Page page)
:
none
|
EvinceDocument.RenderContext | |
set_rotation
(gint32 rotation)
:
none
|
EvinceDocument.RenderContext | |
set_scale
(gdouble scale)
:
none
|
EvinceDocument.RenderContext |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
EvinceDocument.Document
Method |
render
(RenderContext rc)
:
cairo.Surface
|
EvinceDocument.FileExporter
Method |
do_page
(RenderContext rc)
:
none
|
EvinceDocument.Selection
Method |
|
EvinceDocument.Selection
Method |
render_selection
(RenderContext rc, Surface surface, Rectangle points, Rectangle old_points, SelectionStyle style, Color text, Color base)
:
none
|