Specifies the area/region's size type used for creating the focal point.

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

Members

Member nameDescription
Custom
The area/region's size must be specified by Width and Height properties.
Fit
The area/region's size will automatically fit to the target Element's size

See Also