PHP Classes

File: example.php

Recommend this page to a friend!
  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: 15 years ago
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();
?>