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.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.0.0-preview.1
public bool IsCustomFormat {
get;
}
Public ReadOnly Property IsCustomFormat As Boolean
Get
public:
property bool IsCustomFormat {
bool get ();
}
member IsCustomFormat : bool with
get
Property Value
Boolean