Nevron .NET Vision
Nevron.GraphicsCore Namespace / NCubicBezier Structure
Members


In This Topic
    NCubicBezier Structure
    In This Topic
    Represents a cubic Bezier curve in 2D space defined by four points: start point, two control points and end point.
    Object Model
    NCubicBezier Structure
    Syntax
    'Declaration
     
    
    Public Structure NCubicBezier 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NCubicBezier
    public struct NCubicBezier : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NCubicBezier

    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