Nevron.GraphicsCore Namespace / NBorderStyle Class / Paint Method


Paint Method (NBorderStyle)
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)

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