PHP 8.5.0 Alpha 2 available for testing

UI\Draw\Stroke::getJoin

(UI 0.9.9)

UI\Draw\Stroke::getJoinObtiene la unión de línea

Descripción

public UI\Draw\Stroke::getJoin(): int

Recuperaremos el ajuste de la línea de unión de este trazo

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

UI\Draw\Line\Join::Miter, UI\Draw\Line\Join::Round, o UI\Draw\Line\Join::Bevel

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top