int calcoffset( string calc , int pixels , int markpixels )
Calculates offset.
calc | Set a number value or calculate number values with: px (pixels), pct (percent), in (inches), cm (centimeters), mm (millimeters), pt (points), pc (picas), + (adding), - (subtracting), * (multipying), / (dividing), ~ (randomizing) |
---|---|
pixels | Original amount of pixels for calculation to abide by. |
markpixels | Original amount of mark pixels for calculation to abide by. |
$vif->calcoffset($calc, $pixels, $markpixels);
ImageTools - Version 1.5 © 2006-2007 Veqa. All rights reserved.