SKImageInfoExtensionsGetInfo Method

Gets a PixelFormatInfo for this imageInfo.

Definition

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

Parameters

imageInfo  SKImageInfo
The SKImageInfo to retrieve a PixelFormatInfo for.

Return Value

PixelFormatInfo
A PixelFormatInfo that represents the specified SKImageInfo.

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).

Exceptions

ArgumentOutOfRangeExceptionimageInfo must be a non-default valid value.

See Also