|
FurcadiaShapes Constructor
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Namespace:
Furcadia.Drawing.Graphics
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public FurcadiaShapes(
string path
)
Public Sub New (
path As String
)
Dim path As String
Dim instance As New FurcadiaShapes(path)
public:
FurcadiaShapes(
String^ path
)
new :
path : string -> FurcadiaShapes
Parameters
- path
- Type: SystemString
The path.
See Also