PixelFormatInfoToKnownPixelFormat Method

Converts this PixelFormatInfo to a KnownPixelFormat representing a compatible pixel format.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public KnownPixelFormat ToKnownPixelFormat()

Return Value

KnownPixelFormat
A KnownPixelFormat representing a compatible pixel format.

See Also