NevronOpenVision
Nevron.Nov.Graphics Namespace / NCubicBezier Structure / SplitAtTime Method
In This Topic
    SplitAtTime Method (NCubicBezier)
    In This Topic
    Splits a bezier curve at the specified time (in the [0:1] range) and returns the two resulting segments.
    Syntax
    public void SplitAtTime( 
       System.double t,
       out NCubicBezier first,
       out NCubicBezier second
    )

    Parameters

    t
    first
    second
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also