検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 292 for Y (0.020 sec.)
矩形を描く 4568
« GmagickDraw::polyline GmagickDraw::rotate » PHP Manual GmagickDraw 矩形を描く GmagickDraw::rec ... public GmagickDraw::rectangle ( float $x1 , float $y1 , float $x2 , float $y2 ): GmagickDraw 二つの座標 ... 使った矩形を描きます。 パラメータ x1 最初の x 座標。 y1 最初の y 座標。 x2 二番目の x 座標。 y2 二番目の ... Draw , 座標 , float , rectangle , 最初 , 二番 , polyline , rotate , gmagick ...
https://man.plustar.jp/php/gmagickdraw.rectangle.html - [similar]
画像のページのジオメトリを設定する 4568
« Imagick::setImageOrientation Imagick::setImageProfile » PHP Manual Imagick 画像のページのジオメ ... agePage ( int $width , int $height , int $x , int $y ): bool 画像のページのジオメトリを設定します。 パラ ... メータ width height x y 戻り値 成功した場合に true を返します。 エラー / 例 ...
https://man.plustar.jp/php/imagick.setimagepage.html - [similar]
Imagick オブジェクトのページジオメトリを設定する 4568
« Imagick::setOption Imagick::setPointSize » PHP Manual Imagick Imagick オブジェクトのページジオ ... setPage ( int $width , int $height , int $x , int $y ): bool Imagick オブジェクトのページジオメトリを設 ... 定します。 パラメータ width height x y 戻り値 成功した場合に true を返します。 関連キーワ ...
https://man.plustar.jp/php/imagick.setpage.html - [similar]
コンストラクタとデストラクタ 4568
« クラスのオートローディング アクセス権 » PHP Manual クラスとオブジェクト コンストラクタとデスト ... hp class Point { protected int $x ; protected int $y ; public function __construct ( int $x , int $y = ... 0 ) { $this -> x = $x ; $this -> y = $y ; } } // 引数を両方渡す $p1 = new Point ( 4 , ... 5 ); // 必須の引数のみを渡す。$y はデフォルト値0になります。 $p2 = new Point ( 4 ); ... // 名前付き引数(PHP 8.0 以降): $p3 = new Point ( y : 5 , x : 4 ); ?> クラスにコンストラクタが存在しな ...
https://man.plustar.jp/php/language.oop5.decon.html - [similar]
タイムスタンプを変更した新しいオブジェクトを作る 4520
« DateTimeImmutable::getLastErrors DateTimeImmutable::__set_state » PHP Manual DateTimeImmutable ... した新しいオブジェクトを作る DateTimeImmutable::modify (PHP 5 >= 5.5.0, PHP 7, PHP 8) DateTimeImmutable:: ... modify — タイムスタンプを変更した新しいオブジェクトを作る ... 説明 public DateTimeImmutable::modify ( string $modifier ): DateTimeImmutable | false タ ... 合に false を返します 例 例1 DateTimeImmutable::modify() の例 オブジェクト指向型 <?php $date = new DateTi ...
https://man.plustar.jp/php/datetimeimmutable.modify.html - [similar]
垂直に文字を描画する 4520
« imagechar imagecolorallocate » PHP Manual GD および Image 関数 垂直に文字を描画する imagecharu ... dImage $image , GdFont | int $font , int $x , int $y , string $char , int $color ): bool 指定した画像 i ... クラスのインスタンスのいずれか。 x 始点の x 座標。 y 始点の y 座標。 char 描画する文字。 color imagecol ... , 10 , 10 , $string , $black ); header ( 'Content-type: image/png' ); imagepng ( $im ); ?> 上の例の出力 ...
https://man.plustar.jp/php/function.imagecharup.html - [similar]
文字列を垂直に描画する 4520
« imagestring imagesx » PHP Manual GD および Image 関数 文字列を垂直に描画する imagestringup (PH ... dImage $image , GdFont | int $font , int $x , int $y , string $string , int $color ): bool 文字列 strin ... クラスのインスタンスのいずれか。 x 左下隅の x 座標。 y 左下隅の y 座標。 string 書き出す文字列。 color im ... F ); imagestringup ( $im , 3 , 40 , 80 , 'gd library' , $textcolor ); // 画像を保存します imagepng ( $i ... m , './stringup.png' ); imagedestroy ( $im ); ?> 上の例の出力は、 たとえば以下のようにな ...
https://man.plustar.jp/php/function.imagestringup.html - [similar]
緑が一番強い点を返す 4520
« Gmagick::getimagegamma Gmagick::getimageheight » PHP Manual Gmagick 緑が一番強い点を返す Gmagi ... ck::getimagegreenprimary (PECL gmagick >= Unknown) Gmagick::getimagegreenpr ... imary — 緑が一番強い点を返す 説明 public Gmagick::getima ... gegreenprimary (): array 緑が一番強い点を返します。"x" および "y" ... ータはありません。 戻り値 成功した場合に "x" および "y" というキーを持つ配列を返します。 エラー / 例外 エ ...
https://man.plustar.jp/php/gmagick.getimagegreenprimary.html - [similar]
赤が一番強い点を返す 4520
« Gmagick::getimageprofile Gmagick::getimagerenderingintent » PHP Manual Gmagick 赤が一番強い点を ... 返す Gmagick::getimageredprimary (PECL gmagick >= Unknown) Gmagick::getimageredprim ... ary — 赤が一番強い点を返す 説明 public Gmagick::getima ... geredprimary (): array 赤が一番強い点を返します。"x" および "y" ... タはありません。 戻り値 赤が一番強い点を "x" および "y" というキーを持つ配列で返します。 エラー / 例外 エ ...
https://man.plustar.jp/php/gmagick.getimageredprimary.html - [similar]
色度が白い点を返す 4520
« Gmagick::getimageunits Gmagick::getimagewidth » PHP Manual Gmagick 色度が白い点を返す Gmagick: ... 返す 説明 public Gmagick::getimagewhitepoint (): array 色度が白い点を返します。 "x" および "y" というキー ... ません。 戻り値 色度が白い点を返します。 "x" および "y" というキーを持つ連想配列となります。 エラー / 例外 ... mageunits , getimagewidth , gmagick , public , array ...
https://man.plustar.jp/php/gmagick.getimagewhitepoint.html - [similar]