Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLayoutEngine Class / CalcNormalLayout Method
The x1.
The x2.
The y1.
The y2.


In This Topic
CalcNormalLayout Method
In This Topic
Calculates the layout of a normal LineItem object.
Syntax
'Declaration
 
Public Sub CalcNormalLayout( _
   ByVal bordersIndex As BordersIndex, _
   ByVal mainLine As BorderLine, _
   ByVal previousLine As BorderLine, _
   ByVal nextLine As BorderLine, _
   ByVal previousBreaker1 As BorderLine, _
   ByVal previousBreaker2 As BorderLine, _
   ByVal nextBreaker1 As BorderLine, _
   ByVal nextBreaker2 As BorderLine, _
   ByRef x1 As Double, _
   ByRef x2 As Double, _
   ByRef y1 As Double, _
   ByRef y2 As Double _
) 
 
'Usage
 
Dim instance As BorderLayoutEngine
Dim bordersIndex As BordersIndex
Dim mainLine As BorderLine
Dim previousLine As BorderLine
Dim nextLine As BorderLine
Dim previousBreaker1 As BorderLine
Dim previousBreaker2 As BorderLine
Dim nextBreaker1 As BorderLine
Dim nextBreaker2 As BorderLine
Dim x1 As Double
Dim x2 As Double
Dim y1 As Double
Dim y2 As Double
 
instance.CalcNormalLayout(bordersIndex, mainLine, previousLine, nextLine, previousBreaker1, previousBreaker2, nextBreaker1, nextBreaker2, x1, x2, y1, y2)

Parameters

bordersIndex
mainLine
previousLine
nextLine
previousBreaker1
previousBreaker2
nextBreaker1
nextBreaker2
x1
The x1.
x2
The x2.
y1
The y1.
y2
The y2.
See Also