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


In This Topic
    NCircularArcF Structure
    In This Topic
    Represents an arc of a circle in 2D space, defined by three points
    Object Model
    NCircularArcF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NCircularArcF 
       Inherits System.ValueType
       Implements INGeometryPrimitive, INOpenFigurePrimitive 
    'Usage
     
    
    Dim instance As NCircularArcF
    [System.Serializable()]
    public struct NCircularArcF : System.ValueType, INGeometryPrimitive, INOpenFigurePrimitive  
    Remarks
    The circular arc is defined by three points, which lay on the circle. The arc starts from the start point, passes through the control point and ends in the end point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NCircularArcF

    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