SKImage.IsLazyGenerated Property

Definition

Gets a value indicating whether the image is backed by an image-generator or other source that creates (and caches) its pixels / texture on-demand.

public bool IsLazyGenerated { get; }

Property Value

Remarks

If this method returns false, then PeekPixels() will return null.

Applies to