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