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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NQuadraticBezier

    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