Table of Contents

Class SKPaintExtensions

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

A static class providing SKPaint extensions

public static class SKPaintExtensions
Inheritance
object
SKPaintExtensions

Methods

DisposeSelfAndProperties(SKPaint)

Disposes the paint and its disposable properties such as shaders and filters.

public static void DisposeSelfAndProperties(this SKPaint paint)

Parameters

paint SKPaint

The pain to dispose.