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


In This Topic
    PaintBezier Method (NGdiGraphics2D)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub PaintBezier( _
       ByVal p1 As NPointF, _
       ByVal p2 As NPointF, _
       ByVal p3 As NPointF, _
       ByVal p4 As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NGdiGraphics2D
    Dim p1 As NPointF
    Dim p2 As NPointF
    Dim p3 As NPointF
    Dim p4 As NPointF
     
    instance.PaintBezier(p1, p2, p3, p4)
    public void PaintBezier( 
       NPointF p1,
       NPointF p2,
       NPointF p3,
       NPointF p4
    )

    Parameters

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