Nevron .NET Vision
Nevron.GraphicsCore Namespace / NQuadraticBezierCurveF Structure / Subdivide Method


In This Topic
    Subdivide Method
    In This Topic
    Subdivides the current quadratic bezier curve into two halves.
    Syntax
    'Declaration
     
    
    Public Function Subdivide() As NQuadraticBezierCurveF()
    'Usage
     
    
    Dim instance As NQuadraticBezierCurveF
    Dim value() As NQuadraticBezierCurveF
     
    value = instance.Subdivide()
    public NQuadraticBezierCurveF[] Subdivide()
    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