Class SKPaintExtensions
A static class providing SKPaint extensions
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public static class SKPaintExtensions
Methods
DisposeSelfAndProperties(SKPaint)
Disposes the paint and its disposable properties such as shaders and filters.
Declaration
public static void DisposeSelfAndProperties(this SKPaint paint)
Parameters
Type | Name | Description |
---|---|---|
SKPaint | paint | The pain to dispose. |