C# Class SkiaSharp.SKAutoLockPixels

Inheritance: IDisposable
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
Dispose ( ) : void
SKAutoLockPixels ( SKBitmap bitmap ) : System
SKAutoLockPixels ( SKBitmap bitmap, bool doLock ) : System
Unlock ( ) : void

Perform the unlock now, instead of waiting for the Dispose. Will only do this once.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SKAutoLockPixels() public method

public SKAutoLockPixels ( SKBitmap bitmap ) : System
bitmap SKBitmap
return System

SKAutoLockPixels() public method

public SKAutoLockPixels ( SKBitmap bitmap, bool doLock ) : System
bitmap SKBitmap
doLock bool
return System

Unlock() public method

Perform the unlock now, instead of waiting for the Dispose. Will only do this once.
public Unlock ( ) : void
return void