This property returns the requested point of the boundary polyline of the zone.
Namespace:
Kofax.OmniPageCSDK.IproPlus
Assembly:
Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntaxpublic IPROPOINT Point(
int Index
)
Public Function Point (
Index As Integer
) As IPROPOINT
public:
IPROPOINT Point(
[InAttribute] int Index
)
Parameters
- Index
- Type: System.Int32
Return Value
Type:
IPROPOINT
Remarks
The number of points can be acquired through the PointCount property.
See Also