Nevron .NET Vision
Nevron.Chart Namespace / NMatrixCellSegmentInfo Class / NMatrixCellSegmentInfo Constructor


In This Topic
    NMatrixCellSegmentInfo Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal horzSegmentGap As System.Single, _
       ByVal vertSegmentGap As System.Single, _
       ByVal segmentWidth As System.Single, _
       ByVal segmentHeight As System.Single _
    )
    'Usage
     
    
    Dim horzSegmentGap As System.Single
    Dim vertSegmentGap As System.Single
    Dim segmentWidth As System.Single
    Dim segmentHeight As System.Single
     
    Dim instance As New NMatrixCellSegmentInfo(horzSegmentGap, vertSegmentGap, segmentWidth, segmentHeight)
    public NMatrixCellSegmentInfo( 
       System.float horzSegmentGap,
       System.float vertSegmentGap,
       System.float segmentWidth,
       System.float segmentHeight
    )

    Parameters

    horzSegmentGap
    vertSegmentGap
    segmentWidth
    segmentHeight
    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