Declaration

func insertAxis(_ axis: GSAxis, at idx: UInt)

Declaration

- (void) insertObject:(GSAxis *) axis inAxesAtIndex:(NSUInteger) idx;

Declaration

insertObject_inAxesAtIndex_(axis: GSAxis, idx: int)

Parameters

axis

The axis to insert.

idx

An index from zero through countOfAxes.

Discussion

The axis becomes owned by the glyph.

See Also

Glyph Axes

See Also

Glyph Axes