Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NInsertImageCommandAction Class / InsertImage Method


In This Topic
    InsertImage Method
    In This Topic
    Inserts the given image into the active page of the given drawing view at the specified location as the center of the image.
    Syntax
    'Declaration
     
    
    Public Shared Sub InsertImage( _
       ByVal drawingView As NDrawingView, _
       ByVal imageCenter As NPoint, _
       ByVal image As NImage _
    ) 
    'Usage
     
    
    Dim drawingView As NDrawingView
    Dim imageCenter As NPoint
    Dim image As NImage
     
    NInsertImageCommandAction.InsertImage(drawingView, imageCenter, image)
    public static void InsertImage( 
       NDrawingView drawingView,
       NPoint imageCenter,
       NImage image
    )

    Parameters

    drawingView
    imageCenter
    image
    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