PixelFormatExtensionsToPixelFormat Method

Converts a KnownPixelFormat to the closest PixelFormat.

Definition

Namespace: KGySoft.Drawing.Wpf
Assembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 10.0.0-rc.1
C#
public static PixelFormat ToPixelFormat(
	this KnownPixelFormat pixelFormat
)

Parameters

pixelFormat  KnownPixelFormat
The source KnownPixelFormat to convert to a PixelFormat.

Return Value

PixelFormat
A PixelFormat instance. It will be Default value if the source pixelFormat cannot be mapped.

Usage Note

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

See Also