Calculates the layout of a double LineItem object.
Syntax
'Declaration
Public Shared Sub CalcDoubleLayout( _
ByVal As LineItem, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Integer, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double, _
ByRef As System.Double _
)
'Usage
Dim lineItem As LineItem
Dim hOffset As System.Double
Dim vOffset As System.Double
Dim direction As System.Integer
Dim x1 As System.Double
Dim x2 As System.Double
Dim y1 As System.Double
Dim y2 As System.Double
Dim x1_1 As System.Double
Dim x1_3 As System.Double
Dim x2_1 As System.Double
Dim x2_3 As System.Double
Dim y1_1 As System.Double
Dim y1_3 As System.Double
Dim y2_1 As System.Double
Dim y2_3 As System.Double
BorderLineLayoutEngine.CalcDoubleLayout(lineItem, hOffset, vOffset, direction, x1, x2, y1, y2, x1_1, x1_3, x2_1, x2_3, y1_1, y1_3, y2_1, y2_3)
public static void CalcDoubleLayout(
LineItem ,
System.double ,
System.double ,
System.int ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double ,
out System.double
)
Parameters
- lineItem
- The specified LineItem object.
- hOffset
- The horizontal offset of the LineItem object.
- vOffset
- The vertical offset of the LineItem object.
- direction
- The direction of the LineItem object.
- x1
- The x1.
- x2
- The x2.
- y1
- The y1.
- y2
- The y2.
- x1_1
- The X1_1.
- x1_3
- The X1_3.
- x2_1
- The X2_1.
- x2_3
- The X2_3.
- y1_1
- The y1_1.
- y1_3
- The y1_3.
- y2_1
- The y2_1.
- y2_3
- The y2_3.
See Also