Php/docs/class.ui-draw-stroke

提供:Dev Guides
< Php
移動先:案内検索

(UI 0.9.9)

はじめに

Holds the configuration for the Pen to perform a stroke


クラス概要


UI\Draw\Stroke {

/* Constructor */

public __construct ([ int $cap = UI\Draw\Line\Cap::Flat [, int $join = UI\Draw\Line\Join::Miter [, float $thickness = 1 [, float $miterLimit = 10 ]]]] )

/* メソッド */

public getCap ( ) : int

public getJoin ( ) : int

public getMiterLimit ( ) : float

public getThickness ( ) : float

public setCap ( int $cap )

public setJoin ( int $join )

public setMiterLimit ( float $limit )

public setThickness ( float $thickness )

}

目次