Calculates the layout of a normal LineItem object.
Syntax
'Declaration
Public Shared Sub CalcNormalLayout( _
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 _
)
'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
BorderLineLayoutEngine.CalcNormalLayout(lineItem, hOffset, vOffset, direction, x1, x2, y1, y2)
public static void CalcNormalLayout(
LineItem ,
System.double ,
System.double ,
System.int ,
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.
See Also