C# Класс Cairo.ImageSurface

Наследование: Surface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ImageSurface ( Format format, int width, int height ) : System
ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
ImageSurface ( byte pngData ) : System
ImageSurface ( byte data, Format format, int width, int height, int stride ) : System
ImageSurface ( string filename ) : System

Приватные методы

Метод Описание
ConstructImageSurfaceFromPngData ( byte pngData ) : IntPtr
ImageSurface ( IntPtr handle, bool owns ) : System

Описание методов

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

public ImageSurface ( Format format, int width, int height ) : System
format Format
width int
height int
Результат System

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

public ImageSurface ( IntPtr data, Format format, int width, int height, int stride ) : System
data System.IntPtr
format Format
width int
height int
stride int
Результат System

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

public ImageSurface ( byte pngData ) : System
pngData byte
Результат System

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

public ImageSurface ( byte data, Format format, int width, int height, int stride ) : System
data byte
format Format
width int
height int
stride int
Результат System

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

public ImageSurface ( string filename ) : System
filename string
Результат System