Nevron .NET Vision
Nevron.GraphicsCore Namespace / INPaintableRenderSurface Interface / Paint Method


In This Topic
    Paint Method (INPaintableRenderSurface)
    In This Topic
    Called to paint the render surface on the specified args and with the specified content
    Syntax
    'Declaration
     
    
    Sub Paint( _
       ByVal sender As System.Object, _
       ByVal e As System.Windows.Forms.PaintEventArgs, _
       ByVal contentPainter As INContentPainter _
    ) 
    'Usage
     
    
    Dim instance As INPaintableRenderSurface
    Dim sender As System.Object
    Dim e As System.Windows.Forms.PaintEventArgs
    Dim contentPainter As INContentPainter
     
    instance.Paint(sender, e, contentPainter)
    void Paint( 
       System.object sender,
       System.Windows.Forms.PaintEventArgs e,
       INContentPainter contentPainter
    )

    Parameters

    sender
    e
    contentPainter
    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