php man page for cairo_device_to_user_distance

Query: cairo_device_to_user_distance

OS: php

Section: 3

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

CAIRO_DEVICE_TO_USER_DISTANCE(3)					 1					  CAIRO_DEVICE_TO_USER_DISTANCE(3)

CairoContext::deviceToUserDistance - Transform a distance

       Object oriented style (method):

SYNOPSIS
public array CairoContext::deviceToUserDistance (float $x, float $y)
DESCRIPTION
Procedural style: array cairo_device_to_user_distance (CairoContext $context, float $x, float $y) Transform a distance vector from device space to user space. This function is similar to CairoContext::deviceToUser or cairo_device_to_user(3) except that the translation components of the inverse Cairo Transformation Matrix will be ignored when transforming ($x,$y).
PARAMETERS
o $context - A valid CairoContext object created with CairoContext::__construct or cairo_create(3) o $x - X component of a distance vector o $y - Y component of a distance vector
RETURN VALUES
Returns an array with the x and y values of a distance vector in the user-space
SEE ALSO
CairoContext::deviceToUser. PHP Documentation Group CAIRO_DEVICE_TO_USER_DISTANCE(3)
Related Man Pages
cairocontext(3) - php
cairo_clip_extents(3) - php
cairo_clip_preserve(3) - php
cairo_close_path(3) - php
cairo_font_extents(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
New Code Tags (Syntax Highlighting)
Please Welcome Don Cragun as Lead Moderator
Denial Of Service Attack Update