Specifies how the bitmap mask object will be positioned on the target element.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  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 nameDescription
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.

See Also