Draw Stroke

(PHP 7, UI 0.9.9)

소개

Holds the configuration for the Pen to perform a stroke

클래스 개요

UI\Draw\Stroke {
/* Constructor */
public __construct ([ integer $cap = UI\Draw\Line\Cap::Flat [, integer $join = UI\Draw\Line\Join::Miter [, float $thickness = 1 [, float $miterLimit = 10 ]]]] )
/* 메소드 */
public integer getCap ( void )
public integer getJoin ( void )
public float getMiterLimit ( void )
public float getThickness ( void )
public setCap ( integer $cap )
public setJoin ( integer $join )
public setMiterLimit ( float $limit )
public setThickness ( float $thickness )
}

Table of Contents

add a note add a note

User Contributed Notes

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