Skip to main content

Class SKPicture

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

public sealed class SKPicture : IDisposable

Inheritance

objectSKPicture

Implements

IDisposable

Inherited Members

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

Properties

CullRect

public SKRect CullRect { get; }

Property Value

SKRect

Methods

Dispose()

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

public void Dispose()

Playback(SKCanvas)

public void Playback(SKCanvas canvas)

Parameters

canvas SKCanvas

ToShader(SKShaderTileMode, SKShaderTileMode, SKMatrix, SKRect)

public SKShader ToShader(SKShaderTileMode tileModeX, SKShaderTileMode tileModeY, SKMatrix localMatrix, SKRect tileRect)

Parameters

tileModeX SKShaderTileMode

tileModeY SKShaderTileMode

localMatrix SKMatrix

tileRect SKRect

Returns

SKShader