Click or drag to resize

SkiaSharpHelpers Class

Helpers for image rendering
Inheritance Hierarchy
SystemObject
  Seal.RendererSkiaSharpHelpers

Namespace: Seal.Renderer
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static class SkiaSharpHelpers

The SkiaSharpHelpers type exposes the following members.

Methods
 NameDescription
Public Extension MethodSkiaSharpCanvas Draws on the container with a SkiaSharp canvas, the result is inserted as a vectorial SVG image
Public Extension MethodSkiaSharpRasterized Draws on the container with a SkiaSharp canvas, the result is inserted as a rasterized PNG image
Top
See Also