Skip to main content

Class SKPictureRecorder

Namespace: SkiaSharp
Assembly: VelloSharp.Skia.Core.dll

public sealed class SKPictureRecorder : IDisposable

Inheritance

objectSKPictureRecorder

Implements

IDisposable

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Methods

BeginRecording(SKRect)

public SKCanvas BeginRecording(SKRect bounds)

Parameters

bounds SKRect

Returns

SKCanvas

BeginRecording(SKRectI)

public SKCanvas BeginRecording(SKRectI bounds)

Parameters

bounds SKRectI

Returns

SKCanvas

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

EndRecording()

public SKPicture EndRecording()

Returns

SKPicture