ToArray

ToArray()

Creates and returns an array with all shapse in it.

public IShape[] ToArray()

Return Value

Array of IShape

See Also


ToArray(int, int)

Creates and returns an array with all shapes from the specified range in it.

public IShape[] ToArray(int startIndex, int count)
ParameterTypeDescription
startIndexInt32An index of a first shape to return.
countInt32A number of shapes to return.

Return Value

Array of IShape

See Also