Click or drag to resize

CustomGeometryItem Property

Gets the CustomPath at the specified index.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public CustomPath this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the CustomPath to get.

Property Value

CustomPath
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the IListT.
See Also