|
||
The SetBaseLayer method is used to set the size of the final image, the base color (background color) and the DPI setting.
!***************************************************************************************************************************
! SetBaseLayer - Setup the base layer of the image - this is always the FIRST call after the construct
!
! Parameters:
! 2 - Width in pixels
! 3 - Height in pixels
! 4 - BaseColor (Background color)
! 5 - DPI setting (default = 100) used to calculate print quality images
!
!***************************************************************************************************************************
ImageAssemblerClass.SetBaseLayer PROCEDURE( SIGNED lWidth, SIGNED lHeight, <LONG lBaseColor>, <LONG lDPI> )
!***************************************************************************************************************************