Skip to content
Stanislav Podolia edited this page Nov 23, 2019 · 1 revision

Flow Wiki

GShape

  • GRect

  • GRoundedRect

  • GEllipse

  • GCircle

  • GPath
    GRect : (x : double, y : double, width : double, height : double);
    GRoundedRect : (x : double, y : double, width : double, height : double, radius : double);
    GEllipse : (x : double, y : double, width : double, height : double);
    GCircle : (x : double, y : double, radius : double);

    • path : [ StaticGraphicOp ]
Clone this wiki locally