Re: [Vala] How to draw on a pixbuf
- From: Nor Jaidi Tuah <norjaidi tuah ubd edu bn>
- To: <raum no-log org>
- Cc: vala-list gnome org
- Subject: Re: [Vala] How to draw on a pixbuf
- Date: Sat, 17 Sep 2016 08:15:00 +0800
Doing this
Gdk.Pixbuf result= Gdk.pixbuf_get_from_surface(
surface, 0, 0, 100, 100);
and then this
Gdk.cairo_set_source_pixbuf (context, result, 0, 0);
context.paint ();
can be replaced with the more direct code:
context.set_source_surface (surface, ...............)
context.paint ();
hand
Nor Jaidi Tuah
PRIVILEGED/CONFIDENTIAL information may be contained in this message. If you are neither the addressee
(intended recipient) nor an authorised recipient of the addressee, and have received this message in error,
please destroy this message (including attachments) and notify the sender immediately. STRICT PROHIBITION:
This message, whether in part or in whole, should not be reviewed, retained, copied, reused, disclosed,
distributed or used for any purpose whatsoever. Such unauthorised use may be unlawful and may contain
material protected by the Official Secrets Act (Cap 153) of the Laws of Brunei Darussalam. DISCLAIMER:
We/This Department/The Government of Brunei Darussalam, accept[s] no responsibility for loss or damage
arising from the use of this message in any manner whatsoever. Our messages are checked for viruses but we do
not accept liability for any viruses which may be transmitted in or with this message.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]