SkiaSharpHelpersSkiaSharpRasterized Method |
Draws on the container with a SkiaSharp canvas, the result is inserted as a rasterized PNG image
Namespace: Seal.RendererAssembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntaxpublic static void SkiaSharpRasterized(
this IContainer container,
Action<SKCanvas, Size> drawOnCanvas
)
Parameters
- container IContainer
-
- drawOnCanvas ActionSKCanvas, Size
-
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IContainer. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also