Specifies the area/region's size type used for creating the focal point.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
C# |
---|
public enum FocalSizing |
Visual Basic (Declaration) |
---|
Public Enumeration FocalSizing |
Visual C++ |
---|
public enum class FocalSizing |
Members
Member name | Description | |
---|---|---|
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
|