Table of Contents

Class SurfacePool

Namespace
DrawnUi.Views
Assembly
DrawnUi.Maui.dll
public class SurfacePool
Inheritance
SurfacePool
Inherited Members
Extension Methods

Constructors

SurfacePool(int)

public SurfacePool(int maxSize)

Parameters

maxSize int

Methods

Dispose(IDisposeManager)

public void Dispose(IDisposeManager disposeManager)

Parameters

disposeManager IDisposeManager

TryAdd(SKSurface)

public bool TryAdd(SKSurface surface)

Parameters

surface SKSurface

Returns

bool

TryTake(out SKSurface)

public bool TryTake(out SKSurface surface)

Parameters

surface SKSurface

Returns

bool