Nevron .NET Vision
Nevron.Chart Namespace / NVennSeries Class / AddVennContour Method
shape of the contour
center point
dimensions of the shape
rotation angle around the center point
an unique identification number for the contour


In This Topic
    AddVennContour Method
    In This Topic
    Adds a contour with the specified shape, position and size.
    Syntax
    'Declaration
     
    
    Public Sub AddVennContour( _
       ByVal s As VennShape, _
       ByVal center As NPointF, _
       ByVal dimensions As NSizeF, _
       ByVal angle As System.Single, _
       ByVal shapeId As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NVennSeries
    Dim s As VennShape
    Dim center As NPointF
    Dim dimensions As NSizeF
    Dim angle As System.Single
    Dim shapeId As System.Integer
     
    instance.AddVennContour(s, center, dimensions, angle, shapeId)
    public void AddVennContour( 
       VennShape s,
       NPointF center,
       NSizeF dimensions,
       System.float angle,
       System.int shapeId
    )

    Parameters

    s
    shape of the contour
    center
    center point
    dimensions
    dimensions of the shape
    angle
    rotation angle around the center point
    shapeId
    an unique identification number for the contour
    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