Hosting de Calidad
  • Inicio
  • Precios y servicios
  • F.a.q y ayudas
  • Realizar pedido
  • Webs alojadas
  • Quienes somos
  • Foro HyD
  • Contacto

    Zona Dominios

    Entrar
    registro de dominios


    Zona Hosting

    Entrar
    alojamiento web


    5 Métodos de Pago
    Tarjeta de crédito
    Domiciliación
    Transferencia
    Soporte Epagado
    Soporte Paypal

    Liberalización .es

    Ver mas
    dominios .es


  •  
     
     
    PDF_translate

    PDF_translate

    (PHP 3>= 3_0_6, PHP 4 )

    PDF_translate __ Sets origin of coordinate system

    Description

    void pdf_translate ( int pdf document, double x_coor, double y_coor)

    The PDF_translate() function sets the origin of coordinate system to the point (x_coor, y_coor) relativ the current origin_ The following example draws a line from (0, 0) to (200, 200) relative to the initial coordinate system_ You have to set the current point after PDF_translate() and before you start drawing more objects_

    Ejemplo 1_ Translation

    <?php PDF_moveto($pdf, 0, 0);
    PDF_lineto($pdf, 100, 100);
    PDF_stroke($pdf);
    PDF_translate($pdf, 100, 100);
    PDF_moveto($pdf, 0, 0);
    PDF_lineto($pdf, 100, 100);
    PDF_stroke($pdf);
    ?>

     
       



    registro de dominios | alojamiento web | hosting por publicidad

       

     

    Manual de linux Manual de apache Manual de php Manual de mysql Manual de SQL Manual del Plesk Como funciona Paypal Manual de html