IcoImage.HasAlpha

IcoImage.HasAlpha property

Determine whether alpha channel is present in this instance with this property. It offers a quick way to check if the image or document contains an alpha channel, which is crucial for various image processing and rendering tasks. Ideal for ensuring compatibility and handling transparency effects in images or documents.

public override bool HasAlpha { get; }

Property Value

true if this instance has alpha; otherwise, false.

See Also