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


In This Topic
    NCircleD Structure
    In This Topic
    The NCircleD structure represents a circle in 2D space defined by it's center and radius
    Object Model
    NCircleD Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NCircleD 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NCircleD
    [System.Serializable()]
    public struct NCircleD : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NCircleD

    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