CakeFest 2024: The Official CakePHP Conference

UI\Draw\Stroke::getJoin

(UI 0.9.9)

UI\Draw\Stroke::getJoinGet Line Join

Açıklama

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

Shall retrieve the line join setting of this Stroke

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

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

add a note

User Contributed Notes

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