Class ImageConversionExtensions
- Namespace
- VisioForge.Core.Helpers
- Assembly
- VisioForge.Core.dll
Extension methods for converting between different image formats.
public static class ImageConversionExtensionsInheritance
Inherited Members
Methods
ToCairoImageSurface(SKBitmap)
Converts an SKBitmap to Cairo.ImageSurface.
public static ImageSurface ToCairoImageSurface(this SKBitmap bitmap)Parameters
bitmapSKBitmap-
The SKBitmap to convert.
Returns
- ImageSurface
-
The converted Cairo.ImageSurface.