SKImageInfoExtensionsHasAlpha Method

Gets whether this SKImageInfo instance represents a format with alpha (transparency) without checking whether imageInfo represents a valid value.

Definition

Namespace: KGySoft.Drawing.SkiaSharp
Assembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 9.0.0
C#
public static bool HasAlpha(
	this SKImageInfo imageInfo
)

Parameters

imageInfo  SKImageInfo
The SKImageInfo to be checked.

Return Value

Boolean
, if this SKImageInfo instance represents a format with alpha; otherwise, .

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SKImageInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also