Versions Compared

Key

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

Draws a picture on the current page into a given bounding rectangle.  (since XFRX 16.1)

code

 

Code Block
Object.DrawGeneralField(tnXPos, tnYPos, tnWidth, 
                        tnHeight, tcFieldName [, tnAdjType
                        [, llCentralHorizontaly [, tnRotate
                        [, tnRotationPoint [, tcLinkName
                        [, tcLinkRef
                        [, tlcmyk [, tlneg [, tcmask ]]]]]]]]])


Code Block
titleXFRX 19.0
Object.DrawGeneralField(tnXPos, tnYPos, tnWidth, 
                        tnHeight, tcFieldName [, tnAdjType
                        [, llCentralHorizontaly [, tnRotate
                        [, tnRotationPoint [, tcLinkName
                        [, tcLinkRef
                        [, tlcmyk_obsolete [, tlneg [, tcmask
                        [, lcSMaskImage [, liPictureDPI ]]]]]]]]]]])


Code Block
titleXFRX 21.1
Object.DrawGeneralField(tnXPos, tnYPos, tnWidth, 
                        tnHeight, tcFieldName [, tnAdjType
                        [, llCentralHorizontaly [, tnRotate
                        [, tnRotationPoint [, tcLinkName
                        [, tcLinkRef
                        [, tlcmyk_obsolete [, tlneg [, tcmask
                        [, lcSMaskImage [, liPictureDPI [, lcMaskImage [, liPagePicture
                        [, tcTooltip ]]]]]]]]]]]]]])


Code Block
titleXFRX 21.1
Object.DrawGeneralField(tnXPos, tnYPos, tnWidth, 
                        tnHeight, tcFieldName [, tnAdjType
                        [, llCentralHorizontaly [, tnRotate
                        [, tnRotationPoint [, tcLinkName
                        [, tcLinkRef
                        [, tlcmyk_obsolete [, tlneg [, tcmask
                        [, lcSMaskImage [, liPictureDPI [, lcMaskImage [, liPagePicture
                        [, tcTooltip [, tnRotationXOffset [, tnRotationYOffset]]]]]]]]]]]]]]]])

Parameters

tnXPos, tnYPos
  The X,Y coordinates of the upper left hand corner of the bounding rectangle.

...

tlcmyk_obsolete
   Obsolete parameter.

tlNeg
   If vaue is .T., then image source is in negative colors.

tcmask
   Mask color

lcSMaskImage
 External mask image (since XFRX 19.0)image.

liPictureDPI 
  Picture DPI for output (since XFRX 19.0)output.

lcMaskImage
 External mask image (since XFRX 21.0).image. 

liPagePicture
 Page picture - for TIFF image  (since XFRX 21.0)image.  

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: 16.1/17.3

Applies To: XFRX#DRAW, XFRX#XML

...