ProImage Help

AddVText

AddVText

Previous topic Next topic  

AddVText

Previous topic Next topic  

The AddVText method is used to add vertical text on the base image.

 

!***************************************************************************************************************************

!

! Parameters:

! 2 - pText (the text to add)

! 3 - pX (X position)

! 4 - pY (Y position)

! 5 - pColor

! 6 - pRotate (Degrees of rotation.  Can be 90, 180 or 270)

!

! NOTE:  Fonts are set in the class properties

!

!***************************************************************************************************************************

ImageAssemblerClass.AddVText            PROCEDURE( STRING pText, SIGNED pX, SIGNED pY, LONG pColor, SREAL pRotate )

!***************************************************************************************************************************