Click or drag to resize

circularDisplacerItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.math.transformation
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public PointF this[
	int nestID
] { get; }
Request Example View Source

Parameters

nestID
Type: SystemInt32
The nest identifier (from 0 to nest count-1). If negative value, it is interpreted as selecting the nest from end of the list, not from the begining.

Property Value

Type: PointF
The PointF, describing X,Y offset from central point of the circularDisplacer instance and circularDisplacernestPoint identified by nestID.

Return Value

Type: PointF
Point with X and Y axis central point offset.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionnestID - There are no nestpoints defined in this instance! Seems you are using wrong constructor/instancing approach.
See Also