Click or drag to resize

SkiaSharpHelpersSkiaSharpCanvas Method


Namespace: Seal.Renderer
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.3.0.0+c4d725cbae26375217e6c77c92a07fffaea6377d
Syntax
C#
public static void SkiaSharpCanvas(
	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