efl/src/lib/evas/canvas/efl_canvas_snapshot.eo

14 lines
385 B
Plaintext

class Efl.Canvas.Snapshot (Efl.Canvas.Image.Internal)
{
[[Low-level snapshot image object.
A snapshot is a special kind of image containing the pixels from
all the objects below it. This allows applications to save screenshots
of all or part of their UI, or apply filters to parts of the UI.
]]
data: null;
implements {
Efl.Object.constructor;
}
}