PixelFormatExtensionsGetInfo Method
Namespace: KGySoft.DrawingAssembly: KGySoft.Drawing (in KGySoft.Drawing.dll) Version: 7.2.0
public static PixelFormatInfo GetInfo(
this PixelFormat pixelFormat
)
<ExtensionAttribute>
Public Shared Function GetInfo (
pixelFormat As PixelFormat
) As PixelFormatInfo
public:
[ExtensionAttribute]
static PixelFormatInfo GetInfo(
PixelFormat pixelFormat
)
[<ExtensionAttribute>]
static member GetInfo :
pixelFormat : PixelFormat -> PixelFormatInfo
- pixelFormat PixelFormat
- The PixelFormat 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
PixelFormat. 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).