Click or drag to resize

ImageProxyIsValid Property

Returns true if this image proxy holds valid content.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract bool IsValid { get; }

Property Value

Boolean
true if this instance holds valid content; otherwise, false.
See Also