Spread Silverlight Documentation
CalcNormalLayout Method


GrapeCity.Windows.SpreadSheet.Data Namespace > BorderLineLayoutEngine Class : CalcNormalLayout Method
The specified LineItem object.
The horizontal offset of the LineItem object.
The vertical offset of the LineItem object.
The direction of the LineItem object.
The x1.
The x2.
The y1.
The y2.
Calculates the layout of a normal LineItem object.
Syntax
'Declaration
 
Public Shared Sub CalcNormalLayout( _
   ByVal lineItem As LineItem, _
   ByVal hOffset As System.Double, _
   ByVal vOffset As System.Double, _
   ByVal direction As System.Integer, _
   ByRef x1 As System.Double, _
   ByRef x2 As System.Double, _
   ByRef y1 As System.Double, _
   ByRef y2 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 lineItem,
   System.double hOffset,
   System.double vOffset,
   System.int direction,
   out System.double x1,
   out System.double x2,
   out System.double y1,
   out System.double y2
)

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

Reference

BorderLineLayoutEngine Class
BorderLineLayoutEngine Members