Table of Contents

Operator explicit operator

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

explicit operator Image(SKBitmap)

Converts the specified SKBitmap to a Image.

public static explicit operator Image(SKBitmap bitmap)

Parameters

bitmap SKBitmap

Returns

Image

explicit operator SKBitmap(Image)

Converts the specified SKBitmap to a Image.

public static explicit operator SKBitmap(Image bitmap)

Parameters

bitmap Image

Returns

SKBitmap

explicit operator Image(GenericImage)

Converts the specified GenericImage to a Image.

public static explicit operator Image(GenericImage image)

Parameters

image GenericImage

Returns

Image

explicit operator GenericImage(Image)

Converts the specified GenericImage to a Image.

public static explicit operator GenericImage(Image image)

Parameters

image Image

Returns

GenericImage