Gets whether the pixel data contains alpha values that are not premultiplied.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool HasAlpha { get; private set; }
Visual Basic
Public Property HasAlpha As Boolean
	Get
	Private Set
Visual C++
public:
property bool HasAlpha {
	bool get ();
	private: void set (bool value);
}

See Also