Login   Register  
PHP Classes
elePHPant
Icontem

File: example.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Alex Lau  >  CRoundCorner  >  example.php  >  Download  
File: example.php
Role: Example script
Content type: text/plain
Description: example of displaying in browser
Class: CRoundCorner
Generate rounded corner images
Author: By
Last change:
Date: 2008-05-18 01:36
Size: 186 bytes
 

Contents

Class file image Download
<?php
include("roundcorner.php");

$test = new CRoundCorner(CRoundCorner::CORNER_TL"000000""0000FF"10);
$test->setBgOpacity(127);
$test->setColorOpacity(50);
$test->drawFlush();
?>