Gets whether the pixel format contains premultiplied alpha values.

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

Syntax

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

See Also