Skip to main content

Class SKRuntimeEffectChildren

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

public sealed class SKRuntimeEffectChildren : IEnumerable<string>, IEnumerable

Inheritance

objectSKRuntimeEffectChildren

Implements

IEnumerable<string>, IEnumerable

Inherited Members

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

Properties

this[string]

public SKShader? this[string name] { get; set; }

Property Value

SKShader?

Methods

Clear()

public void Clear()

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<string> GetEnumerator()

Returns

IEnumerator<string>

An enumerator that can be used to iterate through the collection.