Click or drag to resize

ShapeList ToArray Method (Int32, Int32)

Creates and returns an array with all shapes from the specified range in it. An index of a first shape to return.A number of shapes to return.

Namespace: Spire.Presentation.Collections
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public IShape[] ToArray(
	int startIndex,
	int count
)

Parameters

startIndex
Type: System Int32
count
Type: System Int32

Return Value

Type: IShape
Array of Shape
See Also