検索

phrase: max: clip:
target: order:
Results of 131 - 140 of about 157 for draw (0.015 sec.)
色を設定する 4708
« ImagickPixel::isSimilar ImagickPixel::setColorCount » PHP Manual ImagickPixel 色を設定する Ima ... ickPixel::setColor() <?php function setColor () { $draw = new \ ImagickDraw (); $strokeColor = new \ Imagi ... Color -> setColor ( 'rgba(100%, 75%, 0%, 1.0)' ); $draw -> setstrokewidth ( 3.0 ); $draw -> setStrokeColor ... ( $strokeColor ); $draw -> setFillColor ( $fillColor ); $draw -> rectangle ... " ); $image -> setImageFormat ( "png" ); $image -> drawImage ( $draw ); header ( "Content-Type: image/png" ...
https://man.plustar.jp/php/imagickpixel.setcolor.html - [similar]
Draw Callback 4616
« UI\Area UI\Area::onKey » PHP Manual UI\Area Draw Callback UI\Area::onDraw (UI 0.9.9) UI\Area:: ... onDrawDraw Callback 説明 protected UI\Area::onDraw ( U ... I\Draw\Pen $pen , UI\Size $areaSize , UI\Point $clipPoint ... pSize ) Shall be invoked when this Area requires redrawing パラメータ pen A Pen suitable for drawing in th ... clip size of the Area 関連キーワード: Callback , onDraw , clipPoint , size , clipSize , clip , areaSize , ...
https://man.plustar.jp/php/ui-area.ondraw.html - [similar]
ImagickPixel のコンストラクタ 4281
« ImagickPixel::clear ImagickPixel::destroy » PHP Manual ImagickPixel ImagickPixel のコンストラク ... )" , // the same, with an explicit alpha value ); $draw = new \ ImagickDraw (); $count = 0 ; $black = new ... { $color = new \ ImagickPixel ( $exampleColor ); $draw -> setstrokewidth ( 1.0 ); $draw -> setStrokeColor ... ( $black ); $draw -> setFillColor ( $color ); $offsetX = ( $count % ... offsetY = intval ( $count / $columns ) * 50 + 5 ; $draw -> rectangle ( 0 + $offsetX , 0 + $offsetY , 40 + ...
https://man.plustar.jp/php/imagickpixel.construct.html - [similar]
UI 関数 4281
« UI\Draw\Text\Font\Descriptor::getWeight UI\Draw\Text\Font\fontFamilies » PHP Manual UI UI 関数 ... UI 関数 目次 UI\Draw\Text\Font\fontFamilies — Retrieve Font Families UI ...
https://man.plustar.jp/php/ref.ui.html - [similar]
Line Cap Settings 4247
« UI\Draw\Text\Font\Stretch UI\Draw\Line\Join » PHP Manual UI Line Cap Settings Line Cap Setting ... s (UI 0.9.9) はじめに クラス概要 final class UI\Draw\Line\Cap { /* Constants */ const int Flat ; const ...
https://man.plustar.jp/php/class.ui-draw-line-cap.html - [similar]
画像のヒストグラムを取得する 4247
« Imagick::getImageHeight Imagick::getImageIndex » PHP Manual Imagick 画像のヒストグラムを取得す ... ram ( $imagePath ) { $backgroundColor = 'black' ; $draw = new \ ImagickDraw (); $draw -> setStrokeWidth ( ... $imagick -> setImageFormat ( "png" ); $imagick -> drawImage ( $draw ); $histogramWidth = 256 ; $histogram ... ; foreach ( $colorValues as $color => $values ) { $draw -> setstrokecolor ( $color ); $offset = ( $count + ... eight ; foreach ( $values as $index => $value ) { $draw -> line ( $index , $offset , $index , $offset - ( ...
https://man.plustar.jp/php/imagick.getimagehistogram.html - [similar]
Italic Font Settings 4212
« UI\Draw\Text\Font\Weight UI\Draw\Text\Font\Stretch » PHP Manual UI Italic Font Settings Italic ... ings (UI 0.9.9) はじめに クラス概要 final class UI\Draw\Text\Font\Italic { /* Constants */ const int Norma ...
https://man.plustar.jp/php/class.ui-draw-text-font-italic.html - [similar]
点を描画する 4189
« ImagickDraw::pathStart ImagickDraw::polygon » PHP Manual ImagickDraw 点を描画する ImagickDraw: ... :point (PECL imagick 2, PECL imagick 3) ImagickDraw::point — 点を描画する 説明 public ImagickDraw::poi ... 点の y 座標。 戻り値 値を返しません。 例 例1 ImagickDraw::point() の例 <?php function point ( $fillColor , ... $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setFillColor ( $f ... illColor ); for ( $x = 0 ; $x < 10000 ; $x ++) { $draw -> point ( rand ( 0 , 500 ), rand ( 0 , 500 )); } ...
https://man.plustar.jp/php/imagickdraw.point.html - [similar]
Retrieve Font Families 4154
« UI 関数 UI\quit » PHP Manual UI 関数 Retrieve Font Families UI\Draw\Text\Font\fontFamilies (UI ... 0.9.9) UI\Draw\Text\Font\fontFamilies — Retrieve Font Families 説 ... 明 UI\Draw\Text\Font\fontFamilies (): array Returns an array ...
https://man.plustar.jp/php/function.ui-draw-text-font-fontfamilies.html - [similar]
Font Stretch Settings 4120
« UI\Draw\Text\Font\Italic UI\Draw\Line\Cap » PHP Manual UI Font Stretch Settings Font Stretch S ... ings (UI 0.9.9) はじめに クラス概要 final class UI\Draw\Text\Font\Stretch { /* Constants */ const int Ultr ...
https://man.plustar.jp/php/class.ui-draw-text-font-stretch.html - [similar]
PREV 5 6 7 8 9 10 11 12 13 14 15 16 NEXT