Class PDFlibLineOptions

Description

PDFlibLineOptions

Opciones para líneas de PDFlibObject.

  • author: Gabriel Luraschi

Located in /libraries/PDFlibObject.php (line 578)


	
			
Variable Summary
 array $Color
 float $FromX
 float $FromY
 string $Length
 float $ToX
 float $ToY
 float $Width
Variables
array $Color = array('r'=>0, 'g'=>0, 'b'=>0) (line 585)

Color RGB.

  • access: public
float $FromX = 100 (line 599)

Punto de inicio horizontal.

  • access: public
float $FromY = 100 (line 606)

Punto de inicio vertical.

  • access: public
string $Length = '' (line 628)

Longitud de la línea.

Solo aplicable para los metodos DrawHLine y DrawVLine.

  • access: public
float $ToX = 500 (line 613)

Punto de destino horizontal.

  • access: public
float $ToY = 500 (line 620)

Punto de destino vertical.

  • access: public
float $Width = 1 (line 592)

Anchura.

  • access: public

Documentation generated on Tue, 22 Nov 2011 13:28:58 -0200 by phpDocumentor 1.4.3