(PECL cairo >= 0.1.0)
CairoContext::maskSurface -- cairo_mask_surface — The maskSurface purpose
객체 기반 형식 (method):
$surface
[, string $x
[, string $y
]] )절차식 형식:
$context
, CairoSurface $surface
[, string $x
[, string $y
]] )Description here.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
context
Description...
surface
Description...
x
Description...
y
Description...
Description...
Example #1 객체 기반 형식
<?php
/* ... */
?>
위 예제의 출력 예시:
...
Example #2 절차식 형식
<?php
/* ... */
?>
위 예제의 출력 예시:
...