Nevron.GraphicsCore Namespace / NGraphicsPathPoint Structure / NGraphicsPathPoint Constructor


In This Topic
    NGraphicsPathPoint Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal type As System.Byte _
    )
    'Usage
     
    
    Dim x As System.Double
    Dim y As System.Double
    Dim type As System.Byte
     
    Dim instance As New NGraphicsPathPoint(x, y, type)
    public NGraphicsPathPoint( 
       System.double x,
       System.double y,
       System.byte type
    )

    Parameters

    x
    y
    type
    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