NevronOpenVision
Nevron.Nov.Graphics Namespace / NImage Class
Fields Properties Methods Events


NImage Class Members

The following tables list the members exposed by NImage.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NImage  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets the height of the image measured in DIPs  
Public PropertyGets the image source. Cannot be null.  
Public PropertyGets the width of the image measured in DIPs.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates an image from the given byte array.  
Public Methodstatic (Shared in Visual Basic)Creates an image from the given Base64 Data URI string.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an image from the file with the given full file path. The file content is read asynchronously and embedded into the created image, so it does not depend on the file.  
Public Methodstatic (Shared in Visual Basic)Creates an image from the file with the given full file path. The image is linked to that file, which means that the image depends on the file. If the file gets changed, the image will be updated, but if the file is deleted the image won't work properly anymore.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Creates an image from the file with the given full file path. The file content is read synchronously and embedded into the created image, so it does not depend on the file.  
Public Methodstatic (Shared in Visual Basic)Creates an image from the local file with the given full file path. The image is linked to that file, which means that the image depends on the file. If the file gets changed, the image will be updated, but if the file is deleted the image won't work properly anymore.  
Public Methodstatic (Shared in Visual Basic)Creates an image, which aggregates a raster.  
Public Methodstatic (Shared in Visual Basic)Creates an image from the given embedded resource.  
Public Methodstatic (Shared in Visual Basic)Creates an image from the given stream. The stream is read as a byte array and then an image is created from this byte array, so the image does not depend on the stream and it can be safely disposed.  
Public Methodstatic (Shared in Visual Basic)Creates an image from the given URI base, which can be a data URI or an URL like an HTTP web address or a local file path to an image.  
Public MethodOverloaded. Saves the image to the given file in the specified format. If the file already exists, it is overwritten.  
Public MethodOverloaded. Saves the image to the given stream in the specified format.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Called after the node is deeply copied from the specified source node.  
Top
See Also