parent root
PHP: UI\Draw\Stroke::getCap - Manual

UI\Draw\Stroke::getCap

(PHP 7, UI 0.9.9)

UI\Draw\Stroke::getCapGet Line Cap

Description

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

Shall retrieve the line cap setting of this Stroke

Parameters

This function has no parameters.

Return Values

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

add a noteadd a note

User Contributed Notes

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