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


In This Topic
    NCircularArcD Structure
    In This Topic
    Represents an arc of a circle in 2D space, defined by three points
    Object Model
    NCircularArcD Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NCircularArcD 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NCircularArcD
    [System.Serializable()]
    public struct NCircularArcD : System.ValueType 
    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.NCircularArcD

    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