F_Furcadia_Drawing_Graphics_FurcadiaShapes_Shapes - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Drawing.Graphics
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public Shape[] Shapes
VB
Public Shapes As Shape()
VB Usage
Dim instance As FurcadiaShapes
Dim value As Shape()
value = instance.Shapes
instance.Shapes = value
C++
public:
array<Shape>^ Shapes
F#
val mutable Shapes: Shape[]
Type: Shape[]