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


In This Topic
    Paint Method (NGlassEffectStyle)
    In This Topic
    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 NGlassEffectStyle
    Dim device As IN2DDevice
    Dim path As System.Drawing.Drawing2D.GraphicsPath
    Dim clipPath As System.Drawing.Drawing2D.GraphicsPath
     
    instance.Paint(device, path, clipPath)
    public override void Paint( 
       IN2DDevice device,
       System.Drawing.Drawing2D.GraphicsPath path,
       System.Drawing.Drawing2D.GraphicsPath 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