Edit

SKShaper.Dispose Method

Definition

Releases all resources used by this SKShaper.

public void Dispose();

Implements

Remarks

Always dispose the object before you release your last reference to the SKShaper. Otherwise, the resources it is using will not be freed until the garbage collector calls the finalizer.

Applies to