Example #1
0
func (self *Surface) GetContent() Content {
	return Content(C.cairo_surface_get_content(self.surface))
}
Example #2
0
//Content reports the content of the surface.
//
//Originally cairo_surface_get_content.
func (e *XtensionSurface) Content() Content {
	return Content(C.cairo_surface_get_content(e.s))
}