Nevron .NET Vision
Nevron.Chart Namespace / NCharacterSegmentMap Class / Add Method


In This Topic
    Add Method (NCharacterSegmentMap)
    In This Topic
    Adds a character to segment mapping
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal character As System.Char, _
       ByVal segments() As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NCharacterSegmentMap
    Dim character As System.Char
    Dim segments() As System.Integer
     
    instance.Add(character, segments)
    public void Add( 
       System.char character,
       System.int[] segments
    )

    Parameters

    character
    segments
    Remarks
    The segments whose indexes appear in the segments array will be highlighted using the LitFillStyle of the display. All other segments will use the fill style specified by the DimFillStyle property.
    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