SKPicture.ToShader Method

Definition

Overloads

ToShader()

public SkiaSharp.SKShader ToShader();

Returns

Applies to

ToShader(SKShaderTileMode, SKShaderTileMode)

public SkiaSharp.SKShader ToShader(SkiaSharp.SKShaderTileMode tmx, SkiaSharp.SKShaderTileMode tmy);

Parameters

Returns

Applies to

ToShader(SKShaderTileMode, SKShaderTileMode, SKRect)

public SkiaSharp.SKShader ToShader(SkiaSharp.SKShaderTileMode tmx, SkiaSharp.SKShaderTileMode tmy, SkiaSharp.SKRect tile);

Parameters

tile
SKRect

Returns

Applies to

ToShader(SKShaderTileMode, SKShaderTileMode, SKMatrix, SKRect)

public SkiaSharp.SKShader ToShader(SkiaSharp.SKShaderTileMode tmx, SkiaSharp.SKShaderTileMode tmy, SkiaSharp.SKMatrix localMatrix, SkiaSharp.SKRect tile);

Parameters

localMatrix
SKMatrix
tile
SKRect

Returns

Applies to