SKImageInfoExtensionsHasAlpha Method
Gets whether this
SKImageInfo instance represents a format with alpha (transparency) without checking
whether
imageInfo represents a valid value.
Namespace: KGySoft.Drawing.SkiaSharpAssembly: KGySoft.Drawing.SkiaSharp (in KGySoft.Drawing.SkiaSharp.dll) Version: 9.0.0
public static bool HasAlpha(
this SKImageInfo imageInfo
)
<ExtensionAttribute>
Public Shared Function HasAlpha (
imageInfo As SKImageInfo
) As Boolean
public:
[ExtensionAttribute]
static bool HasAlpha(
SKImageInfo imageInfo
)
[<ExtensionAttribute>]
static member HasAlpha :
imageInfo : SKImageInfo -> bool
- imageInfo SKImageInfo
- The SKImageInfo to be checked.
Boolean, if this
SKImageInfo instance represents a format with alpha; otherwise,
.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).