UI\Draw\Stroke::setJoin

(PHP 7, UI 0.9.9)

UI\Draw\Stroke::setJoinSet Line Join

설명

public UI\Draw\Stroke::setJoin ( integer $join )

Shall set the line join setting for this Stroke

인수

join

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

반환값

add a note add a note

User Contributed Notes

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