Specifies how the area/region's shape used for fading will be positioned.

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 FadeLocation
Visual Basic (Declaration)
Public Enumeration FadeLocation
Visual C++
public enum class FadeLocation

Members

Member nameDescription
Center
The area/region's shape used for fading is centered on target element.
Custom
The position of the area/region's shape used for fading must be specified by X and Y properties.

See Also