Specifies how the bitmap mask object will be positioned on the target element.
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
public enum BitmapMaskLocation |
| Visual Basic (Declaration) |
|---|
Public Enumeration BitmapMaskLocation |
| Visual C++ |
|---|
public enum class BitmapMaskLocation |
Members
| Member name | Description | |
|---|---|---|
| Center |
The bitmap mask object will be centered on the target element.
| |
| Custom |
The bitmap mask object position must be specified by MaskLocationX and MaskLocationY properties.
|