Nevron Open Vision Documentation
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.


In This Topic
    PaintImage(NImageSource,NPoint) Method
    In This Topic
    Paints the specified image at its default size (unscaled), at the specified location.
    Syntax
    'Declaration
     
    
    Public Overloads Sub PaintImage( _
       ByVal imageSource As NImageSource, _
       ByVal location As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim imageSource As NImageSource
    Dim location As NPoint
     
    instance.PaintImage(imageSource, location)
    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