php man page for cairo_device_to_user

Query: cairo_device_to_user

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CAIRO_DEVICE_TO_USER(3) 						 1						   CAIRO_DEVICE_TO_USER(3)

CairoContext::deviceToUser - Transform a coordinate

       Object oriented style (method):

SYNOPSIS
public array CairoContext::deviceToUser (float $x, float $y)
DESCRIPTION
Procedural style: array cairo_device_to_user (CairoContext $context, float $x, float $y) Transform a coordinate from device space to user space by multiplying the given point by the inverse of the current transformation matrix (CTM).
PARAMETERS
o $context - A valid CairoContext object created with CairoContext::__construct or cairo_create(3) o $x - x value of the coordinate o $y - y value of the coordinate
RETURN VALUES
An array containing the x and y coordinates in the user-space
SEE ALSO
CairoContext::deviceToUserDistance. PHP Documentation Group CAIRO_DEVICE_TO_USER(3)
Related Man Pages
cairo_curve_to(3) - php
cairo_copy_path_flat(3) - php
cairo_font_extents(3) - php
cairo_get_current_point(3) - php
cairo_has_current_point(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch