Nevron .NET Vision
Nevron.GraphicsCore Namespace / NBorderStyle Class / Paint Method


In This Topic
    Paint Method (NBorderStyle)
    In This Topic
    Paints the border given an outline provider
    Syntax
    'Declaration
     
    
    Public MustOverride Sub Paint( _
       ByVal device As IN2DDevice, _
       ByVal outlineProvider As INBorderPathProvider _
    ) 
    'Usage
     
    
    Dim instance As NBorderStyle
    Dim device As IN2DDevice
    Dim outlineProvider As INBorderPathProvider
     
    instance.Paint(device, outlineProvider)
    public abstract void Paint( 
       IN2DDevice device,
       INBorderPathProvider outlineProvider
    )

    Parameters

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