Specifies how the area/region's shape used for creating the focal point will be positioned.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.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