![]() |
![]()
| ![]() |
![]()
NAMEGraphics::Primitive::Insets - Space between things DESCRIPTIONGraphics::Primitive::Insets represents the amount of space that surrounds something. This object can be used to represent either padding or margins (in the CSS sense, one being inside the bounding box, the other being outside) SYNOPSISuse Graphics::Primitive::Insets; my $insets = Graphics::Primitive::Insets->new({ top => 5, bottom => 5, left => 5, right => 5 }); METHODSConstructor
Instance Methods
AUTHORCory Watson, "<gphat@cpan.org>" SEE ALSOperl(1) COPYRIGHT & LICENSECopyright 2008-2010 by Cory G Watson. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|