Piccolo.NET

PImage Constructor

Constructs a new PImage with a null image.

Overload List

Constructs a new PImage with a null image.

public PImage();

Constructs a new PImage wrapping the given System.Drawing.Image.

public PImage(Image);

Read this this PImage and all its children from the given SerializationInfo.

protected PImage(SerializationInfo,StreamingContext);

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

public PImage(string);

Constructs a new PImage by loading the given URI and wrapping the resulting System.Drawing.Image. If the URI is null, create an empty PImage; this behavior is useful when fetching resources that may be missing.

public PImage(Uri);

See Also

PImage Class | UMD.HCIL.Piccolo.Nodes Namespace