Nevron.Chart Namespace / NMatrixCellSegmentInfo Class / NMatrixCellSegmentInfo Constructor


NMatrixCellSegmentInfo Constructor
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)

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