Edit

Share via


SKBitmap.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, SKMatrix)

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

Parameters

localMatrix
SKMatrix

Returns

Applies to