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
cairo_clip_preserve(3) - php
cairo_clip_rectangle_list(3) - php
cairo_copy_path_flat(3) - php
cairo_fill_preserve(3) - php
cairo_font_extents(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Forum Video Tutorial: How to Use Code Tags
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team