Piccolo.NET

PImage Constructor (Uri)

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 requestURI
);

Parameters

requestURI
The URI of the image to load.

See Also

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