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


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

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NCircleF

    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