Gets or sets how the area/region's shape used for creating the non-pixelated focal point will be positioned. If it is Center, then the area/region will be centered on the target Element; otherwise, the area/region's location must be specified by X and Y properties.

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 FocalLocation Location { get; set; }
Visual Basic (Declaration)
Public Property Location As FocalLocation
Visual C++
public:
property FocalLocation Location {
	FocalLocation get ();
	void set (FocalLocation value);
}

See Also