Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Object.DrawLine(tnXPos, tnYPos, tnXToPos, 
                tnYToPos [, tnLineWidth [, tnPenPattern ]]
               )


Code Block
titleXFRX 21.0
Object.DrawLine(tnXPos, tnYPos, tnXToPos, 
                tnYToPos [, tnLineWidth [, tnPenPattern 
                [, tnRotate [, tnRotationPoint [, lcCurveData
                [, tcLinkName [, tcLinkRef [, tcTooltip ]]]]]]]]
               )


Code Block
titleXFRX 21.1
Object.DrawLine(tnXPos, tnYPos, tnXToPos, 
                tnYToPos [, tnLineWidth [, tnPenPattern 
                [, tnRotate [, tnRotationPoint [, lcCurveData
                [, tcLinkName [, tcLinkRef [, tcTooltip 
                [, tnRotationXOffset [, tnRotationYOffset ]]]]]]]]]]
               )

Parameters

tnXPos, tnYPos
  The X,Y coordinates of the start point of the line.

...

tnPenPattern
   The border line pattern:

Value
Description
0no border
1dotted
2dashed
3dash-dot
4dash-dot-dot
8solid line

    

   Optional, default value = 8.

tnRotate  
 The line rotation angle in degrees. The linel will be rotated counterclockwise. Optional, default value = 0 (since XFRX 21. 0).

tnRotationPoint

   The point within the rectangle around which the line is rotated. The allowed values are 0..8, optional, default value = 0 (left, top). Please see the picture on the right for the point positions (since XFRX 21.0)positions.

lcCurveData
 Internal - curve data (since XFRX 21.0).

tcLinkName
  If this parameter is filled, the text will be a named target of a hyperlink. (see tcLinkRef parameter) (since XFRX 21.0).

tcLinkRef
  If this parameter is filled, the text will be a hyperlink. It will navigate to a target with tcLinkRef name (since XFRX 21.0) name.

tcTooltip
   The tooltip displayed when hovering mouse over this image. (since XFRX 21.0)

tnRotationXOffset
 Rotation X Offset in foxels from the left top corner. (since XFRX 21.1) 

tnRotationYOffset
 Rotation Y Offset in foxels from the left top corner. (since XFRX 21.1) 

...

Remarks

XFRX version: 17.3 (for XFRX#XML)

Applies To: XFRX#DRAW, XFRX#XML

...