Gets or sets how the bitmap mask object will be positioned on the target element. If it is Center, then the bitmap mask object will be centered on the target element; otherwise, the bitmap mask position must be specified by MaskLocationX and MaskLocationY properties.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
C# |
---|
public BitmapMaskLocation MaskLocation { get; set; } |
Visual Basic (Declaration) |
---|
Public Property MaskLocation As BitmapMaskLocation |
Visual C++ |
---|
public: property BitmapMaskLocation MaskLocation { BitmapMaskLocation get (); void set (BitmapMaskLocation value); } |