略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: CairoContext::deviceToUserDistance

2024-04-27

CairoContext::deviceToUserDistance

cairo_device_to_user_distance

(PECL cairo >= 0.1.0)

CairoContext::deviceToUserDistance -- cairo_device_to_user_distanceTransform a distance

说明

面向对象风格 (method):

public CairoContext::deviceToUserDistance ( float $x , float $y ) : array

过程化风格:

cairo_device_to_user_distance ( CairoContext $context , float $x , float $y ) : array

Transform a distance vector from device space to user space. This function is similar to CairoContext::deviceToUser() or cairo_device_to_user() except that the translation components of the inverse Cairo Transformation Matrix will be ignored when transforming (x,y).

参数

context

A valid CairoContext object created with CairoContext::__construct() or cairo_create()

x

X component of a distance vector

y

Y component of a distance vector

返回值

Returns an array with the x and y values of a distance vector in the user-space

参见

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/cairocontext.devicetouserdistance.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3