Win32-GUI

 view release on metacpan or  search on metacpan

GENERATED/Win32/GUI/ImageList.pod  view on Meta::CPAN


See L<Clear()|Win32::GUI::ImageList/Clear>

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 Replace

B<Replace(INDEX, BITMAP, [BITMAPMASK])>

Replaces the specified zero-based INDEX image with the image specified
by BITMAP (must be a Win32::GUI::Bitmap object). BITMAPMASK is optional.

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 ReplaceIcon

B<ReplaceIcon(INDEX, ICON)>

Replaces the specified zero-based INDEX image with the icon specified
by ICON (must be a Win32::GUI::Icon object).

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 SetBkColor

B<SetBkColor(COLOR)>

Sets the background color for an image list.

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 SetDragCursorImage

B<SetDragCursorImage(INDEX, X, Y)>

Creates a new drag image by combining the specified image (typically a
mouse cursor image) with the current drag image.

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 SetIconSize

B<SetIconSize(CX, CY)>

Sets the dimensions of images in an image list and removes all images from the list.

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 SetImageCount

B<SetImageCount(COUNT)>

Resizes an existing image list.

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 SetOverlayImage

B<SetOverlayImage(INDEX, OVERLAY)>

Adds a specified image to the list of images to be used as overlay masks.

=for comment $Id: per_package_method.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head2 Size

B<Size([X, Y])>

Gets or sets the size of the images in the ImageList;
if no parameter is given, returns a 2 element array (X, Y),
otherwise sets the size to the given parameters.
If X and Y is given, also removes all images from the list.




=for comment $Id: per_package_event_section.tpl,v 1.3 2006/03/16 21:11:13 robertemay Exp $

=head1 EVENTS

L<Common events|Win32::GUI::Reference::Events> apply to most windows and controls.





=for comment $Id: pod_postamble.tpl,v 1.2 2005/08/03 21:45:59 robertemay Exp $

=head1 VERSION

Documentation for Win32::GUI v1.14 created 01 Jun 2017

This document is autogenerated by the build process. Edits made here will be lost.
Edit F<docs/per_package.tpl> instead.

=head1 SUPPORT

Homepage: L<http://perl-win32-gui.sourceforge.net/>.

For further support join the users mailing list from the website
at L<http://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users>.  There is a searchable list archive at L<http://sourceforge.net/p/perl-win32-gui/mailman/perl-win32-gui-users/>.

=head1 COPYRIGHT and LICENCE

Copyright (c) 1997..2017 Aldo Calpini. All rights reserved.

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.




( run in 0.515 second using v1.01-cache-2.11-cpan-39bf76dae61 )