FigureShape.ValueAt

From Xojo Documentation

Method

FigureShape.ValueAt(Index as Integer) As CurveShape

New in 2019r2

Supported for all project types and targets.


Gets or sets the specified curve.

Example

The following gets the color of the first CurveShape.

Var c As Color
c = fx.ValueAt(0).FillColor