UI\Draw\Stroke::getMiterLimit
PHP Manual
PHP Manual»UI\Draw\Stroke»UI\Draw\Stroke::getMiterLimit

UI\Draw\Stroke::getMiterLimit

(UI 0.9.9)

UI\Draw\Stroke::getMiterLimitGet Miter Limit

说明

public function UI\Draw\Stroke::getMiterLimit(): float

Shall retrieve the miter limit of this Stroke

参数

此函数没有参数。

返回值

The current miter limit

To Top