svoid imageSurface_unpixelated(ImageSurface imageSurface) { if (imageSurface == null) ret; imageSurface.interpolationMode = RenderingHints.VALUE_INTERPOLATION_BILINEAR; repaint(imageSurface); }