Edit

Face.GetNamedInstanceDesignCoords Method

Definition

Overloads

Name Description
GetNamedInstanceDesignCoords(Int32, Span<Single>)

Fills a span with the design-space coordinates for the specified named instance.

GetNamedInstanceDesignCoords(Int32)

Returns the design-space coordinates for the specified named instance.

GetNamedInstanceDesignCoords(Int32, Span<Single>)

Fills a span with the design-space coordinates for the specified named instance.

public int GetNamedInstanceDesignCoords(int instanceIndex, Span<float> coords);

Parameters

instanceIndex
Int32

The zero-based index of the named instance.

coords
Span<Single>

A span to receive the design-space coordinate values.

Returns

The number of design-space coordinates written to coords.

Applies to

GetNamedInstanceDesignCoords(Int32)

Returns the design-space coordinates for the specified named instance.

public float[] GetNamedInstanceDesignCoords(int instanceIndex);

Parameters

instanceIndex
Int32

The zero-based index of the named instance.

Returns

Single[]

An array of design-space coordinate values for the named instance, one per variation axis.

Applies to