Piccolo.NET

PImage Constructor (String)

Constructs a new PImage by loading the given file and wrapping the resulting System.Drawing.Image.

public PImage(
   string fileName
);

Parameters

fileName
The filename of the image to load.

See Also

PImage Class | UMD.HCIL.Piccolo.Nodes Namespace | PImage Constructor Overload List