Returns the index of the specified shape.

Namespace: TallComponents.PDF.Layout.Shapes
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public int IndexOf(
	Shape shape
)
Visual Basic
Public Function IndexOf ( _
	shape As Shape _
) As Integer

Parameters

shape
Type: TallComponents.PDF.Layout.Shapes..::..Shape
The shape to locate in this collection.

Return Value

The zero-based index of the shape found in the collection; otherwise, -1.

See Also