Gets or sets the number of points of the star shape used for creating the focal point.

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

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeException The specified value is not greater than or equal to three.

See Also