Table of Contents

Class ImageConversionExtensions

Namespace
VisioForge.Core.Helpers
Assembly
VisioForge.Core.dll

Extension methods for converting between different image formats.

public static class ImageConversionExtensions

Inheritance

Inherited Members

Methods

ToCairoImageSurface(SKBitmap)

Converts an SKBitmap to Cairo.ImageSurface.

public static ImageSurface ToCairoImageSurface(this SKBitmap bitmap)

Parameters

bitmap SKBitmap

The SKBitmap to convert.

Returns

ImageSurface

The converted Cairo.ImageSurface.