ZoomPreview
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_zoom_preview_get_type ()" ) ]
public class ZoomPreview :
ScrolledPreview,
Implementor,
Buildable,
Orientable
A drawable preview with zooming capabilities.
Content:
Properties:
Creation methods:
Methods:
- public unowned Drawable get_drawable ()
Returns the drawable the ZoomPreview is
attached to.
- public double get_factor ()
Returns the zoom factor the preview is currently using.
- public unowned ZoomModel get_model ()
- public uint8[] get_source (out int width, out int height, out int bpp)
Returns the scaled image data of the part of the drawable the
ZoomPreview is currently showing, as a newly allocated array of guchar.
Inherited Members:
All known members inherited from class GimpUi.ScrolledPreview
All known members inherited from class GimpUi.Preview
All known members inherited from class Gtk.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable