KnownPixelFormatExtensionsGetInfo Method
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.2.0
public static PixelFormatInfo GetInfo(
this KnownPixelFormat pixelFormat
)
<ExtensionAttribute>
Public Shared Function GetInfo (
pixelFormat As KnownPixelFormat
) As PixelFormatInfo
public:
[ExtensionAttribute]
static PixelFormatInfo GetInfo(
KnownPixelFormat pixelFormat
)
[<ExtensionAttribute>]
static member GetInfo :
pixelFormat : KnownPixelFormat -> PixelFormatInfo
- pixelFormat KnownPixelFormat
- The pixel format to retrieve a PixelFormatInfo for.
PixelFormatInfoA
PixelFormatInfo representing the specified
pixelFormat.In Visual Basic and C#, you can call this method as an instance method on any object of type
KnownPixelFormat. 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).