bitmap.pm

来自「Ming is a library for generating Macrome」· PM 代码 · 共 61 行

PM
61
字号
# ====================================================================# Copyright (c) 2000-2001 by Soheil Seyfaie. All rights reserved.# This program is free software; you can redistribute it and/or modify# it under the same terms as Perl itself.# ====================================================================# $Author: peterdd $# $Id: Bitmap.pm,v 1.4 2006/02/01 16:13:29 peterdd Exp $package SWF::Bitmap;use SWF();$SWF::Bitmap::VERSION = $SWF::VERSION;1;__END__=head1 NAMESWF::Bitmap - Bitmap class=head1 SYNOPSIS use SWF::Bitmap; my $bitmap = new SWF::Bitmap('filename');=head1 DESCRIPTIONSWF::Bitmap enables you to add JPG and DBL files.=head1 METHODS=over 4=item new SWF::Bitmap($file);Creates a new Bitmap object using $file.=item $bitmap->getWidth();Return width of bitmap in pixels.=item $bitmap->getHeight();Return height of bitmap in pixels.=back=head1 AUTHORSoheil Seyfaie (soheil@netcom.ca).=head1 SEE ALSOSWF, SWF::Action, SWF::Button, SWF::Movie.=cut

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?