検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 47 for fill (0.005 sec.)
オブジェクトの塗りつぶしパターンとして使用する URL を設定する 7904
« ImagickDraw::setFillOpacity ImagickDraw::setFillRule » PHP Manual ImagickDraw オブジェクトの塗 ... ターンとして使用する URL を設定する ImagickDraw::setFillPatternURL (PECL imagick 2, PECL imagick 3) Imagick ... Draw::setFillPatternURL — オブジェクトの塗りつぶしパターンとして ... 使用する URL を設定する 説明 public ImagickDraw::setFillPatternURL ( string $fill_url ): bool 警告 この関数 ... ーンを定義することによって作成されます。 パラメータ fill_url 塗りつぶしパターンを取得する URL。 戻り値 成功 ...
https://man.plustar.jp/php/imagickdraw.setfillpatternurl.html - [similar]
オブジェクトの塗りつぶしに使用する色を設定する 7858
« ImagickDraw::setFillAlpha ImagickDraw::setFillOpacity » PHP Manual ImagickDraw オブジェクトの塗 ... りつぶしに使用する色を設定する ImagickDraw::setFillColor (PECL imagick 2, PECL imagick 3) ImagickDraw: ... :setFillColor — オブジェクトの塗りつぶしに使用する色を設定す ... る 説明 public ImagickDraw::setFillColor ( ImagickPixel $fill_pixel ): bool 警告 この関 ... トの塗りつぶしに使用する色を設定します。 パラメータ fill_pixel 色を表す ImagickPixel。 戻り値 値を返しません ...
https://man.plustar.jp/php/imagickdraw.setfillcolor.html - [similar]
Clip a Path 7798
« UI\Draw\Pen UI\Draw\Pen::fill » PHP Manual UI\Draw\Pen Clip a Path UI\Draw\Pen::clip (UI 0.9.9 ... lip 関連キーワード: Clip , Pen , a , clip , path , fill , public , Shall , given , パラメータ ...
https://man.plustar.jp/php/ui-draw-pen.clip.html - [similar]
Restore 7798
« UI\Draw\Pen::fill UI\Draw\Pen::save » PHP Manual UI\Draw\Pen Restore UI\Draw\Pen::restore (UI ... 連キーワード: Restore , Pen , restore , パラメータ , fill , save , public , Shall , previously , saved ...
https://man.plustar.jp/php/ui-draw-pen.restore.html - [similar]
クリッピングパスで使用する多角形塗りつぶしルールを設定する 7752
« ImagickDraw::setClipPath ImagickDraw::setClipUnits » PHP Manual ImagickDraw クリッピングパスで ... 設定する 説明 public ImagickDraw::setClipRule ( int $fill_rule ): bool 警告 この関数は、 現在のところ詳細な情 ... する多角形塗りつぶしルールを設定します。 パラメータ fill_rule FILLRULE 定数 ( imagick::FILLRULE_* ) のうちい ... の例 <?php function setClipRule ( $strokeColor , $fillColor , $backgroundColor ) { $draw = new \ ImagickD ... aw -> setStrokeColor ( $strokeColor ); $draw -> setFillColor ( $fillColor ); $draw -> setStrokeOpacity ( 1 ...
https://man.plustar.jp/php/imagickdraw.setcliprule.html - [similar]
多角形の描画時に使用する塗りつぶしルールを設定する 7585
« ImagickDraw::setFillPatternURL ImagickDraw::setFont » PHP Manual ImagickDraw 多角形の描画時に使 ... 用する塗りつぶしルールを設定する ImagickDraw::setFillRule (PECL imagick 2, PECL imagick 3) ImagickDraw:: ... setFillRule — 多角形の描画時に使用する塗りつぶしルールを設 ... 定する 説明 public ImagickDraw::setFillRule ( int $fill_rule ): bool 警告 この関数は、 現在 ... に使用する塗りつぶしルールを設定します。 パラメータ fill_rule FILLRULE 定数 ( imagick::FILLRULE_* ) のうちの ...
https://man.plustar.jp/php/imagickdraw.setfillrule.html - [similar]
テンプレートを終了する 7478
« ps_end_pattern ps_fill_stroke » PHP Manual PS 関数 テンプレートを終了する ps_end_template (PEC ... , end , 開始 , psdoc , 関数 , stroke , resource , fill ...
https://man.plustar.jp/php/function.ps-end-template.html - [similar]
スポット色を作成する 7478
« ps_lineto ps_moveto » PHP Manual PS 関数 スポット色を作成する ps_makespotcolor (PECL ps >= 1.1 ... gin_page ( $ps , 596 , 842 ); ps_setcolor ( $ps , "fill" , "cmyk" , 0.37 , 0.0 , 0.34 , 0.34 ); $spotcolor ... $ps , "PANTONE 5565 C" , 0 ); ps_setcolor ( $ps , "fill" , "spot" , $spotcolor , 0.5 , 0.0 , 0.0 ); ps_mov ... s , 200 , 100 ); ps_lineto ( $ps , 100 , 100 ); ps_fill ( $ps ); ps_end_page ( $ps ); ps_delete ( $ps ); ? ...
https://man.plustar.jp/php/function.ps-makespotcolor.html - [similar]
ビット演算子 7372
« 代入演算子 比較演算子 » PHP Manual 演算子 ビット演算子 ビット演算子 ビット演算子は、整数値の特 ... places ; p ( $res , $val , '<<' , $places , 'zeros fill in right side' ); $val = 4 ; $places = ( PHP_INT_S ... places ; p ( $res , $val , '<<' , $places , 'zeros fill in right side' ); $val = - 4 ; $places = ( PHP_INT ... 0 res=00000000000000000000000000001000 NOTE: zeros fill in right side Expression: 1073741824 = 4 << 28 Dec ... 0 res=11111111111111111111111111111000 NOTE: zeros fill in right side Expression: -2147483648 = -4 << 29 D ...
https://man.plustar.jp/php/language.operators.bitwise.html - [similar]
Control Grid (Arrangement) 7266
« UI\Controls\Form::setPadded UI\Controls\Grid::append » PHP Manual UI Control Grid (Arrangement ... rid extends UI\Control { /* Constants */ const int Fill ; const int Start ; const int Center ; const int E ... \Control::show () } 定義済み定数 UI\Controls\Grid::Fill UI\Controls\Grid::Start UI\Controls\Grid::Center U ...
https://man.plustar.jp/php/class.ui-controls-grid.html - [similar]
PREV 1 2 3 4 5 NEXT