Nevron .NET Vision
Nevron.GraphicsCore Namespace / N2DDevice Class / DrawImageMap Method


In This Topic
    DrawImageMap Method
    In This Topic
    Draws the specified image map, at the specified dest rectangle
    Syntax
    'Declaration
     
    
    Public Overridable Sub DrawImageMap( _
       ByVal imageMap As System.Object, _
       ByVal destRect As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As N2DDevice
    Dim imageMap As System.Object
    Dim destRect As NRectangleF
     
    instance.DrawImageMap(imageMap, destRect)
    public virtual void DrawImageMap( 
       System.object imageMap,
       NRectangleF destRect
    )

    Parameters

    imageMap
    destRect
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also