PixelFormatExtensionsIsIndexed Method

Gets whether this PixelFormat represents an indexed format.

Definition

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

Parameters

pixelFormat  PixelFormat
The PixelFormat to check.

Return Value

Boolean
, if pixelFormat represents an indexed format; otherwise, .

Usage Note

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

See Also