iWheelGetCylinderIndexAt Method

Returns an index of a Cylinder at specified Point.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public int GetCylinderIndexAt(
	Point aPoint
)

Parameters

aPoint  Point
A Point which is part of a Cylinder whose index to get.

Return Value

Int32
A System.Int32.Int32 which represents an index of a Cylinder or -1 if no Cylinder was found at specified Point.

Remarks

Method returns an index of a Cylinder at specified Point. If such Cylinder does not exist, it returns -1.

See Also