Nevron .NET Vision
Nevron.GraphicsCore.Text Namespace / INRenderable Interface / Render Method


In This Topic
    Render Method (INRenderable)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub Render( _
       ByVal device As IN2DDevice, _
       ByVal rect As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As INRenderable
    Dim device As IN2DDevice
    Dim rect As NRectangleF
     
    instance.Render(device, rect)
    void Render( 
       IN2DDevice device,
       NRectangleF rect
    )

    Parameters

    device
    rect
    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