Table of Contents

Class ImageSurface

Namespace
Cairo.Internal
Assembly
cairo-1.0.dll
public class ImageSurface
Inheritance
ImageSurface
Inherited Members

Methods

Create(Format, int, int)

public static extern SurfaceOwnedHandle Create(Format format, int width, int height)

Parameters

format Format
width int
height int

Returns

SurfaceOwnedHandle

GetData(SurfaceHandle)

public static extern IntPtr GetData(SurfaceHandle handle)

Parameters

handle SurfaceHandle

Returns

IntPtr

GetFormat(SurfaceHandle)

public static extern Format GetFormat(SurfaceHandle handle)

Parameters

handle SurfaceHandle

Returns

Format

GetHeight(SurfaceHandle)

public static extern int GetHeight(SurfaceHandle handle)

Parameters

handle SurfaceHandle

Returns

int

GetStride(SurfaceHandle)

public static extern int GetStride(SurfaceHandle handle)

Parameters

handle SurfaceHandle

Returns

int

GetWidth(SurfaceHandle)

public static extern int GetWidth(SurfaceHandle handle)

Parameters

handle SurfaceHandle

Returns

int