VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools.UserInteraction Namespace / UserInteractionVisualTool Class / DrawItem(ImageViewer,Graphics,IInteractiveObject) Method
Syntax Requirements SeeAlso
In This Topic
    DrawItem(ImageViewer,Graphics,IInteractiveObject) Method (UserInteractionVisualTool)
    In This Topic
    Draws an interactive object on specified graphics.
    Syntax
    'Declaration
    
    Protected Overridable Sub DrawItem( _
    ByVal viewer
    The image viewer.
    As Vintasoft.Imaging.UI.ImageViewer, _
    ByVal g
    The System.Drawing.Graphics where object should be drawn.
    As System.Drawing.Graphics, _
    ByVal item
    The interactive object to draw.
    As IInteractiveObject _
    )

    Parameters

    viewer
    The image viewer.
    g
    The System.Drawing.Graphics where object should be drawn.
    item
    The interactive object to draw.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also