Face.GetNamedInstanceDesignCoords Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
An array of design-space coordinate values for the named instance, one per variation axis.