The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

LibUI::Area::DrawParams - LibUI::Area Drawing Parameters

SYNOPSIS

    TODO

DESCRIPTION

A LibUI::Area::Handler hands drawing parameters to draw callbacks.

Fields

The structure contains the following data:

context - pointer (no user serviceable parts inside)
width - width of the drawing area (only defined in non-scrolling areas)
height - height of the drawing area (only defined in non-scrolling areas)
clipX - vertical clipping position
clipY - horizontal clipping position
clipWidth - clipping width
clipHeight - clipping height

LICENSE

Copyright (C) Sanko Robinson.

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

AUTHOR

Sanko Robinson <sanko@cpan.org>