検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 292 for y (0.006 sec.)
楕円弧を描画する 5502
« ImagickDraw::pathCurveToSmoothRelative ImagickDraw::pathEllipticArcRelative » PHP Manual Imagi ... raw::pathEllipticArcAbsolute ( float $rx , float $ry , float $x_axis_rotation , bool $large_arc_flag , ... bool $sweep_flag , float $x , float $y ): bool 警告 この関数は、 現在のところ詳細な情報は ... のリストのみが 記述されています。 現在の位置から (x, y) まで、絶対座標を使用して楕円弧を描画します。 楕円 ... の大きさと方向は、2 つの半径 (rx, ry) と xAxisRotation で決まります。xAxisRotation は、 ...
https://man.plustar.jp/php/imagickdraw.pathellipticarcabsolute.html - [similar]
楕円弧を描画する 5502
« ImagickDraw::pathEllipticArcAbsolute ImagickDraw::pathFinish » PHP Manual ImagickDraw 楕円弧を ... raw::pathEllipticArcRelative ( float $rx , float $ry , float $x_axis_rotation , bool $large_arc_flag , ... bool $sweep_flag , float $x , float $y ): bool 警告 この関数は、 現在のところ詳細な情報は ... のリストのみが 記述されています。 現在の位置から (x, y) まで、相対座標を使用して楕円弧を描画します。 楕円 ... の大きさと方向は、2 つの半径 (rx, ry) と xAxisRotation で決まります。xAxisRotation は、 ...
https://man.plustar.jp/php/imagickdraw.pathellipticarcrelative.html - [similar]
freetype2 によるフォントを用いたテキストを囲む箱を取得する 5464
« imagefontwidth imagefttext » PHP Manual GD および Image 関数 freetype2 によるフォントを用いたテ ... >= 4.0.7, PHP 5, PHP 7, PHP 8) imageftbbox — freetype2 によるフォントを用いたテキストを囲む箱を取得する ... gle , string $font_filename , string $string , array $options = [] ): array | false この関数は FreeType ... 。 angle string を取得する角度。 font_filename TrueType フォントのファイル名 (URL も可)。 PHP が使用して ... の角の座標を表します。 0 左下角の X 座標 1 左下角の Y 座標 2 右下角の X 座標 3 右下角の Y 座標 4 右上角の ...
https://man.plustar.jp/php/function.imageftbbox.html - [similar]
再サンプリングを行いイメージの一部をコピー、伸縮する 5388
« imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ ... ージの一部をコピー、伸縮する imagecopyresampled (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) ima ... gecopyresampled — 再サンプリングを行いイメージの一部をコピ ... ー、伸縮する 説明 imagecopyresampled ( GdImage $dst_image , GdImage $src_image ... , int $dst_x , int $dst_y , int $src_x , int $src_y , int $dst_width , int $ ...
https://man.plustar.jp/php/function.imagecopyresampled.html - [similar]
文字列のコードを評価し、動的に関数を作成する 5350
« call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動 ... . "\n" ; } } // 数学関数群を作成します $farr = array( create_function ( '$x,$y' , 'return "some trig: " ... .(sin($x) + $x*cos($y));' ), create_function ( '$x,$y' , 'return "a hypo ... tenuse: ".sqrt($x*$x + $y*$y);' ), create_function ( '$a,$b' , 'if ($a >=0) ... return false; }' ) ); echo "\nUsing the first array of dynamic functions\n" ; echo "parameters: 2.3445 ...
https://man.plustar.jp/php/function.create-function.html - [similar]
対象にマッチする任意のピクセルの値を変更する 5350
« Imagick::flipImage Imagick::flopImage » PHP Manual Imagick 対象にマッチする任意のピクセルの値を ... fill , float $fuzz , mixed $target , int $x , int $y , bool $invert , int $channel = Imagick::CHANNEL_D ... オブジェクトあるいは文字列。 x 開始位置の X 座標。 y 開始位置の Y 座標。 invert true の場合は、対象の色 ... g" ); /* 塗りつぶす対象となるピクセル */ $x = 1 ; $y = 1 ; /* 塗りつぶす色を取得します */ $target = $co ... mbined -> getImagePixelColor ( $x , $y ); /* 1,1 の一にあるピクセルと、対象の色にマッチす ...
https://man.plustar.jp/php/imagick.floodfillpaintimage.html - [similar]
Construct a new Point 5350
« UI\Point::at UI\Point::getX » PHP Manual UI\Point Construct a new Point UI\Point::__construct ... 明 public UI\Point::__construct ( float $x , float $y ) Construct a new Point using new co-ordinates パラ ... メータ x The new X co-ordinate y The new Y co-ordinate 関連キーワード: Point , new ...
https://man.plustar.jp/php/ui-point.construct.html - [similar]
矩形を描く 5226
« ps_place_image ps_restore » PHP Manual PS 関数 矩形を描く ps_rect (PECL ps >= 1.1.0) ps_rect — ... 説明 ps_rect ( resource $psdoc , float $x , float $y , float $width , float $height ): bool ( x , y... ファイルのリソース ID。 x 矩形の左下角の x 座標。 y 矩形の左下角の y 座標。 width 画像の幅。 height 画 ...
https://man.plustar.jp/php/function.ps-rect.html - [similar]
点を描く 5226
« GmagickDraw::line GmagickDraw::polygon » PHP Manual GmagickDraw 点を描く GmagickDraw::point (P ... 説明 public GmagickDraw::point ( float $x , float $y ): GmagickDraw 現在の描画色と太さを使って、指定した ... 座標に点を描きます。 パラメータ x 点の x 座標。 y 点の y 座標。 戻り値 GmagickDraw オブジェクトを返し ... 関連キーワード: GmagickDraw , 点 , 座標 , float , polygon , gmagick , public , 描画 , パラメータ , オブジ ...
https://man.plustar.jp/php/gmagickdraw.point.html - [similar]
年月日時分秒の値を加え、新しいオブジェクトを返す 5188
« DateTimeImmutable DateTimeImmutable::__construct » PHP Manual DateTimeImmutable 年月日時分秒の ... teInterval ( 'P10D' )); echo $newDate -> format ( 'Y-m-d' ) . "\n" ; ?> 例2 DateTimeImmutable::add() の ... terval ( 'PT10H30S' )); echo $newDate -> format ( 'Y-m-d H:i:s' ) . "\n" ; $date = new DateTimeImmutabl ... ); $newDate = $date -> add (new DateInterval ( 'P7Y5M4DT4H3M2S' )); echo $newDate -> format ( 'Y-m-d H ... -> add ( $interval ); echo $newDate1 -> format ( 'Y-m-d' ) . "\n" ; $newDate2 = $newDate1 -> add ( $in ...
https://man.plustar.jp/php/datetimeimmutable.add.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT