Next:
Pango::Renderer
Previous:
Pango::LayoutLine
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Pango::Matrix



NAME

Pango::Matrix

HIERARCHY

  Glib::Boxed
  +----Pango::Matrix

METHODS

matrix = Pango::Matrix->new ($xx=1., $xy=0., $yx=0., $yy=1., $x0=0., $y0=0.)

$matrix->concat ($new_matrix)

$matrix->rotate ($degrees)

$matrix->scale ($scale_x, $scale_y)

(dx, dy) = $matrix->transform_distance ($dx, $dy)

Since: pango 1.16

array reference = $matrix->transform_pixel_rectangle ($rect)

Since: pango 1.16

(x, y) = $matrix->transform_point ($x, $y)

Since: pango 1.16

array reference = $matrix->transform_rectangle ($rect)

Since: pango 1.16

$matrix->translate ($tx, $ty)

double = $matrix->x0 ($new)

double = $matrix->xx ($new=0)

double = $matrix->xy ($new)

double = $matrix->y0 ($new)

double = $matrix->yx ($new)

double = $matrix->yy ($new)

SEE ALSO

Pango, Glib::Boxed

COPYRIGHT

Copyright (C) 2003-2009 by the gtk2-perl team.

This software is licensed under the LGPL. See Pango for a full notice.


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 23:05:15 2009