Nevron.GraphicsCore Namespace / NGelEffectStyle Class / Paint Method


Paint Method (NGelEffectStyle)
Syntax
'Declaration
 
Public Overrides Sub Paint( _
   ByVal device As IN2DDevice, _
   ByVal path As System.Drawing.Drawing2D.GraphicsPath, _
   ByVal clipPath As System.Drawing.Drawing2D.GraphicsPath _
) 
 
'Usage
 
Dim instance As NGelEffectStyle
Dim device As IN2DDevice
Dim path As System.Drawing.Drawing2D.GraphicsPath
Dim clipPath As System.Drawing.Drawing2D.GraphicsPath
 
instance.Paint(device, path, clipPath)

Parameters

device
path
clipPath
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