PixelFormatExtensionsIsIndexed Method
Gets whether this
PixelFormat represents an indexed format.
Namespace: KGySoft.Drawing.WpfAssembly: KGySoft.Drawing.Wpf (in KGySoft.Drawing.Wpf.dll) Version: 10.0.0-rc.1
public static bool IsIndexed(
this PixelFormat pixelFormat
)
<ExtensionAttribute>
Public Shared Function IsIndexed (
pixelFormat As PixelFormat
) As Boolean
public:
[ExtensionAttribute]
static bool IsIndexed(
PixelFormat pixelFormat
)
[<ExtensionAttribute>]
static member IsIndexed :
pixelFormat : PixelFormat -> bool
- pixelFormat PixelFormat
- The PixelFormat to check.
Boolean, if
pixelFormat represents an indexed format; otherwise,
.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).