Edit

SKRuntimeShaderBuilder.Build Method

Definition

Overloads

Name Description
Build()

Builds a shader using the configured uniforms and children.

Build(SKMatrix)

Builds a shader using the configured uniforms and children with a local transformation matrix.

Build()

Builds a shader using the configured uniforms and children.

public SkiaSharp.SKShader Build();

Returns

A new shader, or null if the build failed.

Applies to

Build(SKMatrix)

Builds a shader using the configured uniforms and children with a local transformation matrix.

public SkiaSharp.SKShader Build(SkiaSharp.SKMatrix localMatrix);

Parameters

localMatrix
SKMatrix

The local transformation matrix to apply to the shader.

Returns

A new shader, or null if the build failed.

Applies to