Specifies how the bitmap mask object will be positioned on the target element.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.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.
|