Table of Contents

Operator implicit operator

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

implicit operator SKFont(Font)

Converts the specified Font to a SKFont.

public static implicit operator SKFont(Font font)

Parameters

font Font

Returns

SKFont

implicit operator FontNameAndSize(Font)

Converts the specified Font to a FontNameAndSize.

public static implicit operator FontNameAndSize(Font font)

Parameters

font Font

Returns

FontNameAndSize

implicit operator Font(FontNameAndSize)

Converts the specified FontNameAndSize to a Font.

public static implicit operator Font(FontNameAndSize font)

Parameters

font FontNameAndSize

Returns

Font