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


In This Topic
    NArcF Structure
    In This Topic
    Represents an arc of a circle in 2D space, defined by two points and a bow parameter
    Object Model
    NArcF Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NArcF 
       Inherits System.ValueType
       Implements INGeometryPrimitive, INOpenFigurePrimitive 
    'Usage
     
    
    Dim instance As NArcF
    [System.Serializable()]
    public struct NArcF : System.ValueType, INGeometryPrimitive, INOpenFigurePrimitive  
    Remarks
    The arc is defined by two points, and bow parameter, which is the distance from the arc's midpoint to the midpoint of its chord.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NArcF

    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