Cairo.ImageSurface.ImageSurface C# (CSharp) Метод

ImageSurface() публичный Метод

public ImageSurface ( Format format, int width, int height ) : System
format Format
width int
height int
Результат System
        public ImageSurface(Format format, int width, int height)
            : base(NativeMethods.cairo_image_surface_create (format, width, height), true)
        {
        }

Same methods

ImageSurface::ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
ImageSurface::ImageSurface ( IntPtr handle, bool owns ) : System
ImageSurface::ImageSurface ( byte pngData ) : System
ImageSurface::ImageSurface ( byte data, Format format, int width, int height, int stride ) : System
ImageSurface::ImageSurface ( string filename ) : System