iWheelGetCylinderIndexAt Method
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public int GetCylinderIndexAt(
Point aPoint
)
Public Function GetCylinderIndexAt (
aPoint As Point
) As Integer
- aPoint Point
- A Point which is part of a Cylinder whose index to get.
Int32
A
System.Int32.Int32 which represents an index of a
Cylinder or -1 if no
Cylinder
was found at specified
Point.
Method returns an index of a
Cylinder at specified
Point.
If such
Cylinder does not exist, it returns -1.