Nevron .NET Vision
Nevron.NewGraphics Namespace / NGdiGraphics2D Class / NPenFromGdiPen Method


In This Topic
    NPenFromGdiPen Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function NPenFromGdiPen( _
       ByVal pen As System.Drawing.Pen _
    ) As NPen
    'Usage
     
    
    Dim pen As System.Drawing.Pen
    Dim value As NPen
     
    value = NGdiGraphics2D.NPenFromGdiPen(pen)
    public static NPen NPenFromGdiPen( 
       System.Drawing.Pen pen
    )

    Parameters

    pen
    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