NAME

IUP::Canvas::Stipple - [special Canvas helper] Fill stipple for use with IUP::Canvas

SYNOPSIS

$sti= IUP::Canvas::Stipple->new( [ [...], [...], [...] ] );     #1 param
$sti= IUP::Canvas::Stipple->new( $w, $h );                      #2 params

$value = $sti->Pixel($x, $y);
$sti->Pixel($x, $y, $value);
$sti->Width();
$sti->Height();
$sti->Data();

$canvas->cdStipple($sti);
$canvas->wdStipple($sti, $w_mm, $h_mm);
$cursti = $canvas->cdGetStipple();

DESCRIPTION

IUP::Canvas::Bitmap is a helper class used by IUP::Canvas methods: cdStipple, wdStipple and cdGetStipple

SEE ALSO

IUP::Canvas