Overload | Description |
---|---|
NImage Constructor() | Default constructor. |
NImage Constructor(NUri) | Creates an image that aggregates a File or Http image source, depending on the schema of the specified URI. |
NImage Constructor(NRaster) | Creates an image that aggregates a raster image source. |
NImage Constructor(NEmbeddedResource) | Creates an image from the given embedded resource. |
NImage Constructor(NEmbeddedResourceRef) | Creates an image that aggregates an embedded resource image source. |
NImage Constructor(NImageSource) | Creates an image that aggregates the specified image source. |