検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 28 for translate (0.006 sec.)
Translate Matrix 14403
« UI\Draw\Matrix::skew UI\Draw\Color » PHP Manual UI\Draw\Matrix Translate Matrix UI\Draw\Matrix ... ::translate (UI 0.9.9) UI\Draw\Matrix::translateTranslate M ... atrix 説明 public UI\Draw\Matrix::translate ( UI\Point $point ) Shall translate this Matrix パ ... ラメータ point 関連キーワード: Matrix , Translate , translate , skew , public , Point , Shall , パラ ...
https://man.plustar.jp/php/ui-draw-matrix.translate.html - [similar]
座標変換を設定する 11355
« ps_symbol RpmInfo » PHP Manual PS 関数 座標変換を設定する ps_translate (PECL ps >= 1.1.0) ps_translate ... ranslate — 座標変換を設定する 説明 ps_translate ( resource $psdoc , float $x , float $y ): bool 新 ... ); } $ps = ps_new (); if (! ps_open_file ( $ps , "translate.ps" )) { print "Cannot open PostScript file\n" ; e ... xit; } ps_set_info ( $ps , "Creator" , "translate.php" ); ps_set_info ( $ps , "Author" , "Uwe Steinm ... ann" ); ps_set_info ( $ps , "Title" , "Translated example" ); ps_set_info ( $ps , "BoundingBox" , " ...
https://man.plustar.jp/php/function.ps-translate.html - [similar]
現在の座標系に変換を適用する 11175
« ImagickDraw::skewY ImagickPixel » PHP Manual ImagickDraw 現在の座標系に変換を適用する ImagickD ... raw::translate (PECL imagick 2, PECL imagick 3) ImagickDraw::tran ... 在の座標系に変換を適用する 説明 public ImagickDraw::translate ( float $x , float $y ): bool 警告 この関数は、 現 ... の変換。 戻り値 値を返しません。 例 例1 ImagickDraw::translate() の例 <?php function translate ( $strokeColor , $ ... difiedColor , $startX , $startY , $endX , $endY , $translateX , $translateY ) { $draw = new \ ImagickDraw (); $ ...
https://man.plustar.jp/php/imagickdraw.translate.html - [similar]
Draw Matrix 9848
« UI\Draw\Path::newFigureWithArc UI\Draw\Matrix::invert » PHP Manual UI Draw Matrix Draw Matrix ... skew ( UI\Point $point , UI\Point $amount ) public translate ( UI\Point $point ) } 目次 UI\Draw\Matrix::invert ... UI\Draw\Matrix::skew — Skew Matrix UI\Draw\Matrix::translateTranslate Matrix 関連キーワード: Matrix , public ... nt , invert , rotate , scale , amount , multiply , translate , isInvertible ...
https://man.plustar.jp/php/class.ui-draw-matrix.html - [similar]
回転の程度を設定する 8652
« ps_restore ps_save » PHP Manual PS 関数 回転の程度を設定する ps_rotate (PECL ps >= 1.1.0) ps_r ... _text_pos ( $ps , 100 , 100 ); ps_save ( $ps ); ps_translate ( $ps , 100 , 100 ); ps_rotate ( $ps , 45 ); recta ... ページの端にない場合には座標系の変換も行います。 ps_translate() および ps_rotate() の順番には気をつけてください。 ... プセル化します。 参考 ps_scale() - 縮尺を設定する ps_translate() - 座標変換を設定する 関連キーワード: 回転 , 設定 ... , 座標 , 程度 , rotate , 変換 , 図形 , rot , translate , 矩形 ...
https://man.plustar.jp/php/function.ps-rotate.html - [similar]
Skew Matrix 8586
« UI\Draw\Matrix::scale UI\Draw\Matrix::translate » PHP Manual UI\Draw\Matrix Skew Matrix UI\Dra ... ド: Matrix , Skew , skew , Point , amount , scale , translate , public , Shall , パラメータ ...
https://man.plustar.jp/php/ui-draw-matrix.skew.html - [similar]
Description 8537
« ImagickKernel::fromBuiltIn ImagickKernel::getMatrix » PHP Manual ImagickKernel Description Ima ... Draw -> setStrokeColor ( 'none' ); $imagickDraw -> translate ( $imageMargin , $imageMargin ); $imagickDraw -> p ... 0 , 0 , $tileSize , $tileSize ); } $imagickDraw -> translate (( $tileSize + $tileSpace ), 0 ); } $imagickDraw - ... > pop (); $imagickDraw -> translate ( 0 , ( $tileSize + $tileSpace )); } $imagickDraw ... eSpace ); $imagickDraw -> push (); $imagickDraw -> translate ( $width / 2 , $height / 2 ); $imagickDraw -> setF ...
https://man.plustar.jp/php/imagickkernel.frommatrix.html - [similar]
Description 8471
« ImagickKernel::addUnityKernel ImagickKernel::fromMatrix » PHP Manual ImagickKernel Description ... Draw -> setStrokeColor ( 'none' ); $imagickDraw -> translate ( $imageMargin , $imageMargin ); $imagickDraw -> p ... 0 , 0 , $tileSize , $tileSize ); } $imagickDraw -> translate (( $tileSize + $tileSpace ), 0 ); } $imagickDraw - ... > pop (); $imagickDraw -> translate ( 0 , ( $tileSize + $tileSpace )); } $imagickDraw ... eSpace ); $imagickDraw -> push (); $imagickDraw -> translate ( $width / 2 , $height / 2 ); $imagickDraw -> setF ...
https://man.plustar.jp/php/imagickkernel.frombuiltin.html - [similar]
現在のアフィン変換行列を設定する 8193
« ImagickDraw ImagickDraw::annotation » PHP Manual ImagickDraw 現在のアフィン変換行列を設定する ... " => - sin ( $angle ), "tx" => 0 , "ty" => 0 ,); //Translate (offset) the drawing $affineTranslate = array( "sx ... ffineScale , $affineShear , $affineRotate , $affineTranslate , $affineIdentity ,]; $count = 0 ; foreach ( $exam ... ples as $example ) { $draw -> push (); $draw -> translate (( $count % 2 ) * 250 , intval ( $count / 2 ) * 25 ... 0 ); $draw -> translate ( 100 , 100 ); $draw -> affine ( $example ); $draw ...
https://man.plustar.jp/php/imagickdraw.affine.html - [similar]
画像上に楕円を描画する 7947
« ImagickDraw::destroy ImagickDraw::getClipPath » PHP Manual ImagickDraw 画像上に楕円を描画する ... , 100 , 50 , 0 , 315 ); $draw -> push (); $draw -> translate ( 125 , 250 ); $draw -> rotate ( 30 ); $draw -> el ... 360 ); $draw -> pop (); $draw -> push (); $draw -> translate ( 350 , 250 ); $draw -> rotate ( 30 ); $draw -> el ...
https://man.plustar.jp/php/imagickdraw.ellipse.html - [similar]
PREV 1 2 3 NEXT