Click or drag to resize

CustomPathItem Property

Gets the PathElement at the specified index.

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

Parameters

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

Property Value

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