PixelFormatInfoIsCustomFormat Property

Gets whether the represented pixel format is a custom one. That is, when this PixelFormatInfo was not instantiated by its constructor with a KnownPixelFormat parameter or one of its properties have been set since then.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
C#
public bool IsCustomFormat {
	get;
 }

Property Value

Boolean

See Also