Specifies how the area/region's shape used for creating the focal point 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 FocalLocation
Visual Basic (Declaration)
Public Enumeration FocalLocation
Visual C++
public enum class FocalLocation

Members

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

See Also