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


In This Topic
    NBezierCurveF Structure
    In This Topic
    The NBezierCurveF structure represents a bezier curve in 2D space defined by four points. The curve starts from the start point and ends on the end point.
    Object Model
    NBezierCurveF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NBezierCurveF 
       Inherits System.ValueType
       Implements INGeometryPrimitive, INOpenFigurePrimitive 
    'Usage
     
    
    Dim instance As NBezierCurveF
    [System.Serializable()]
    public struct NBezierCurveF : System.ValueType, INGeometryPrimitive, INOpenFigurePrimitive  
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NBezierCurveF

    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