public StreamGeometryContextImpl(StreamGeometryImpl imp)
 {
     this.impl = imp;
     this.surf = new Cairo.ImageSurface(Cairo.Format.Argb32, 0, 0);
     this.context = new Cairo.Context(this.surf);
 }
Пример #2
0
 public BitmapImpl(Cairo.ImageSurface surface)
 {
     this.Surface = surface;
 }