UI\Draw\Stroke::getCap

(PHP 7, UI 0.9.9)

UI\Draw\Stroke::getCapGet Line Cap

설명

public integer UI\Draw\Stroke::getCap ( void )

Shall retrieve the line cap setting of this Stroke

인수

이 함수는 인수가 없습니다.

반환값

UI\Draw\Line\Cap::Flat, UI\Draw\Line\Cap::Round, or UI\Draw\Line\Cap::Square

add a note add a note

User Contributed Notes

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