Table of Contents

Namespace Alternet.Skia

Classes

SkiaFontDefaults

Provides default values for SkiaSharp font properties used when converting a native font to an SKFont.

SkiaHelper

Provides utility methods and helpers for working with SkiaSharp, a 2D graphics library. This class contains methods that do not use Alternet.UI.

SkiaSurfaceOnMswDib

Provides functionality for creating and managing a SkiaSharp SKSurface backed by a top-down Device Independent Bitmap (DIB) on Windows.

Structs

SkiaFontInfo

Represents font information used to create SKFont. Contains weight, slant, width, family name and size.

Enums

SkiaDashStyle

Gets or sets the style used for dashed lines drawn with the pen.

SkiaFillMode

Specifies how the interior of a closed path is filled.

Delegates

SkiaHelper.ReadOnlySpanAction<T>

Represents a method that performs an action on a read-only span of elements of type T.

SkiaHelper.SkCanvasDrawPointsDelegate

Represents a delegate for drawing points on a canvas using the specified mode, point data, and paint.