NevronOpenVision
Nevron.Nov.Dom Namespace / NPaintVisitor Class / PaintImage Method / PaintImage(NImageSource,NPoint) Method
The image source that provides the image.
The point at which the top left corner of the image must be positioned.
PaintImage(NImageSource,NPoint) Method
Paints the specified image at its default size (unscaled), at the specified location.
Syntax
public void PaintImage( 
   NImageSource imageSource,
   NPoint location
)

Parameters

imageSource
The image source that provides the image.
location
The point at which the top left corner of the image must be positioned.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also