検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 147 for ImagickDraw (0.008 sec.)
オブジェクトの枠線の透明度を返す 6207
« ImagickDraw::getStrokeMiterLimit ImagickDraw::getStrokeWidth » PHP Manual ImagickDraw オブジェ ... クトの枠線の透明度を返す ImagickDraw::getStrokeOpacity (PECL imagick 2, PECL imagick 3) ... ImagickDraw::getStrokeOpacity — オブジェクトの枠線の透明度を返 ... す 説明 public ImagickDraw::getStrokeOpacity (): float 警告 この関数は、 現在 ... uble 値を返します。 関連キーワード: オブジェクト , ImagickDraw , 枠 , getStrokeOpacity , imagick , getStrokeMiter ...
https://man.plustar.jp/php/imagickdraw.getstrokeopacity.html - [similar]
画像の opacity チャネル上に描画する 6207
« ImagickDraw::line ImagickDraw::pathClose » PHP Manual ImagickDraw 画像の opacity チャネル上に描 ... 画する ImagickDraw::matte (PECL imagick 2, PECL imagick 3) ImagickDra ... — 画像の opacity チャネル上に描画する 説明 public ImagickDraw::matte ( float $x , float $y , int $paintMethod ): ... true を、失敗した場合に false を返します。 例 例1 ImagickDraw::matte() の例 <?php function matte ( $strokeColor ... , $backgroundColor , $paintType ) { $draw = new \ ImagickDraw (); $draw -> setStrokeColor ( $strokeColor ); $dra ...
https://man.plustar.jp/php/imagickdraw.matte.html - [similar]
クリップパスの単位の解釈を設定する 6207
« ImagickDraw::setClipRule ImagickDraw::setFillAlpha » PHP Manual ImagickDraw クリップパスの単位 ... の解釈を設定する ImagickDraw::setClipUnits (PECL imagick 2, PECL imagick 3) Ima ... s — クリップパスの単位の解釈を設定する 説明 public ImagickDraw::setClipUnits ( int $clip_units ): bool 警告 この関 ... クリップ単位の数。 戻り値 値を返しません。 例 例1 ImagickDraw::setClipUnits() の例 <?php function setClipUnits ( ... , $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setStrokeColor ( $strokeColor ); $dra ...
https://man.plustar.jp/php/imagickdraw.setclipunits.html - [similar]
テキストの配置を指定する 6207
« ImagickDraw::setStrokeWidth ImagickDraw::setTextAntialias » PHP Manual ImagickDraw テキストの配 ... 置を指定する ImagickDraw::setTextAlignment (PECL imagick 2, PECL imagick 3) ... ImagickDraw::setTextAlignment — テキストの配置を指定する 説明 ... public ImagickDraw::setTextAlignment ( int $alignment ): bool 警告 こ ... ) のうちのいずれか 戻り値 値を返しません。 例 例1 ImagickDraw::setTextAlignment() の例 <?php function setTextAli ...
https://man.plustar.jp/php/imagickdraw.settextalignment.html - [similar]
色やテクスチャによる塗りつぶしの際の透過度を設定する 6160
« ImagickDraw::setFillColor ImagickDraw::setFillPatternURL » PHP Manual ImagickDraw 色やテクスチ ... ャによる塗りつぶしの際の透過度を設定する ImagickDraw::setFillOpacity (PECL imagick 2, PECL imagick 3) I ... ャによる塗りつぶしの際の透過度を設定する 説明 public ImagickDraw::setFillOpacity ( float $fillOpacity ): bool 警告 ... 塗りつぶしの透明度。 戻り値 値を返しません。 例 例1 ImagickDraw::setFillOpacity() <?php function setFillOpacity ( ... , $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setStrokeColor ( $strokeColor ); $dra ...
https://man.plustar.jp/php/imagickdraw.setfillopacity.html - [similar]
オブジェクトの枠線の描画に使用する線の幅を設定する 6160
« ImagickDraw::setStrokePatternURL ImagickDraw::setTextAlignment » PHP Manual ImagickDraw オブジ ... ェクトの枠線の描画に使用する線の幅を設定する ImagickDraw::setStrokeWidth (PECL imagick 2, PECL imagick 3) I ... トの枠線の描画に使用する線の幅を設定する 説明 public ImagickDraw::setStrokeWidth ( float $stroke_width ): bool 警告 ... roke_width 線の幅。 戻り値 値を返しません。 例 例1 ImagickDraw::setStrokeWidth() の例 <?php function setStrokeWid ... , $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setStrokeWidth ( 1 ); $draw -> setStr ...
https://man.plustar.jp/php/imagickdraw.setstrokewidth.html - [similar]
コメントを追加する 6125
« ImagickDraw::color ImagickDraw::composite » PHP Manual ImagickDraw コメントを追加する ImagickDraw ... raw::comment (PECL imagick 2, PECL imagick 3) ImagickDraw::comment — コメントを追加する 説明 public ImagickD ... 値を返しません。 関連キーワード: コメント , 追加 , ImagickDraw , comment , imagick , 出力 , ストリーム , composit ...
https://man.plustar.jp/php/imagickdraw.comment.html - [similar]
現在の画像上に別の画像を合成する 6125
« ImagickDraw::comment ImagickDraw::__construct » PHP Manual ImagickDraw 現在の画像上に別の画像を ... 合成する ImagickDraw::composite (PECL imagick 2, PECL imagick 3) Imagic ... ite — 現在の画像上に別の画像を合成する 説明 public ImagickDraw::composite ( int $compose , float $x , float $y , ... ト。 戻り値 成功した場合に true を返します。 例 例1 ImagickDraw::composite() の例 <?php function composite ( $stro ... , $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setStrokeColor ( $strokeColor ); $dra ...
https://man.plustar.jp/php/imagickdraw.composite.html - [similar]
フォントを返す 6125
« ImagickDraw::getFillRule ImagickDraw::getFontFamily » PHP Manual ImagickDraw フォントを返す ImagickDraw ... gickDraw::getFont (PECL imagick 2, PECL imagick 3) ImagickDraw::getFont — フォントを返す 説明 public ImagickDraw: ... 場合に false を返します。 関連キーワード: フォント , ImagickDraw , getFont , imagick , リスト , 成功 , 注記 , テキス ...
https://man.plustar.jp/php/imagickdraw.getfont.html - [similar]
テキストの配置を返す 6125
« ImagickDraw::getStrokeWidth ImagickDraw::getTextAntialias » PHP Manual ImagickDraw テキストの配 ... 置を返す ImagickDraw::getTextAlignment (PECL imagick 2, PECL imagick 3) ... ImagickDraw::getTextAlignment — テキストの配置を返す 説明 publ ... ic ImagickDraw::getTextAlignment (): int 警告 この関数は、 現在の ... に 0 を返します。 関連キーワード: テキスト , 配置 , ImagickDraw , getTextAlignment , imagick , ALIGN , リスト , 定 ...
https://man.plustar.jp/php/imagickdraw.gettextalignment.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT