FigureShape.ValueAt

From Xojo Documentation

Revision as of 15:23, 7 October 2019 by PLefebvre (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
You are currently browsing the old Xojo documentation site. It will go offline as of October 2, 2023. Please visit the new Xojo documentation site! - you will be redirected shortly...
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