This documentation is for the old version. Go to the latest Graphics Mill docs

JointControlPointsProvider.GetProviderAt Method

Returns the provider with the specified index.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Function GetProviderAt ( _
	index As Integer _
) As IControlPointsProvider
C#
public IControlPointsProvider GetProviderAt(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index at which the provider should be inserted.

Return Value

The provider with the specified index.

See Also

Reference