|
ShapeFrames Field
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
The frames
Namespace:
Furcadia.Drawing.Graphics
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax [CLSCompliantAttribute(false)]
public Frame[] Frames
<CLSCompliantAttribute(false)>
Public Frames As Frame()
Dim instance As Shape
Dim value As Frame()
value = instance.Frames
instance.Frames = value
public:
[CLSCompliantAttribute(false)]
array<Frame>^ Frames
[<CLSCompliantAttribute(false)>]
val mutable Frames: Frame[]
Field Value
Type:
FrameSee Also