SKBitmap.ToShader Method

Definition

Overloads

ToShader()
ToShader(SKShaderTileMode, SKShaderTileMode)
ToShader(SKShaderTileMode, SKShaderTileMode, SKMatrix)

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