It defines an action that allows performing alpha channel bitmap masking on an Element. Bitmap Masking means that the pixels of a mask object affect the visibility of the underlying object. This class cannot be inherited.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public sealed class BitmapMask : Action
Visual Basic (Declaration)
Public NotInheritable Class BitmapMask _
	Inherits Action
Visual C++
public ref class BitmapMask sealed : public Action

Inheritance Hierarchy

System..::.Object
  Neodynamic.WebControls.ImageDraw..::.Action
    Neodynamic.WebControls.ImageDraw..::.BitmapMask

See Also