Nevron .NET Vision
Nevron.GraphicsCore Namespace / NGraphicsVector Class / PaintLine Method / PaintLine(NPointF,NPointF) Method


In This Topic
    PaintLine(NPointF,NPointF) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads MustOverride Sub PaintLine( _
       ByVal p1 As NPointF, _
       ByVal p2 As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NGraphicsVector
    Dim p1 As NPointF
    Dim p2 As NPointF
     
    instance.PaintLine(p1, p2)
    public abstract void PaintLine( 
       NPointF p1,
       NPointF p2
    )

    Parameters

    p1
    p2
    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