Results of 1 - 10 of about 292 for Y (0.016 sec.)
- ベジエ曲線を描画する 8726
- « ImagickDraw::arc ImagickDraw::circle » PHP Manual ImagickDraw ベジエ曲線を描画する ImagickDraw
...
曲線を描画する 説明 public ImagickDraw::bezier ( array $coordinates ): bool 警告 この関数は、 現在のところ ...
描画します。 パラメータ coordinates 多次元配列。array( array( 'x' => 1, 'y' => 2 ), array( 'x' => 3, 'y' ...
agickPixel ( $fillColor ); $draw -> setStrokeOpacity ( 1 ); $draw -> setStrokeColor ( $strokeColor ); $ ...
( 2 ); $smoothPointsSet = [ [ [ 'x' => 10.0 * 5 , 'y' => 10.0 * 5 ], [ 'x' => 30.0 * 5 , 'y' => 90.0 * ...
-
https://man.plustar.jp/php/imagickdraw.bezier.html
- [similar]
- Represents a position (x,y) 8411
- « インストール手順 UI\Point::at » PHP Manual UI Represents a position (x,y) Represents a positio
...
n (x,y) (UI 0.9.9) はじめに Points are used throughout UI ...
UI\Point { /* プロパティ */ public $ x ; public $ y ; /* Constructor */ public __construct ( float $x ...
, float $y ) /* メソッド */ public static at ( float $point ) ...
$size ): UI\Point public getX (): float public getY (): float public setX ( float $point ) public setY ...
-
https://man.plustar.jp/php/class.ui-point.html
- [similar]
- ロケールの設定に基づいてローカルな日付・時間をフォーマットする 8097
- « mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ
...
れた曜日の名前 Sun から Sat %A 完全な曜日の名前 Sunday から Saturday %d 10 進数で 2 桁の日付 (先頭のゼロつ ...
Dec %B 現在のロケールに基づく完全な月の名前 January から December %h 現在のロケールに基づく短縮された月 ...
G %g の 4 桁完全版 2009 年 1 月 3 日の場合は 2009 %y 2 桁であらわした年 2009 年の場合は 09 、1979 年の場 ...
合は 79 %Y 4 桁であらわした年 2038 時 --- --- %H 2 桁であらわ ...
-
https://man.plustar.jp/php/function.strftime.html
- [similar]
- 点を生成する 8020
- « imagesetinterpolation imagesetstyle » PHP Manual GD および Image 関数 点を生成する imagesetpix
...
説明 imagesetpixel ( GdImage $image , int $x , int $y , int $color ): bool imagesetpixel() は、指定した座 ...
画像作成関数が返す GdImage オブジェクト。 x x 座標。 y y 座標。 color imagecolorallocate() で作成された色 ...
hat ends with a regular picture. <?php $x = 200 ; $y = 200 ; $gd = imagecreatetruecolor ( $x , $y ); $c ...
orners [ 0 ] = array( 'x' => 100 , 'y' => 10 ); $corners [ 1 ] = array( ...
-
https://man.plustar.jp/php/function.imagesetpixel.html
- [similar]
- ImagickDraw クラス 7505
- « Imagick::writeImagesFile ImagickDraw::affine » PHP Manual ImageMagick ImagickDraw クラス Imagi
...
クラス概要 class ImagickDraw { public affine ( array $affine ): bool public annotation ( float $x , flo ...
at $y , string $text ): bool public arc ( float $sx , fl ...
oat $sy , float $ex , float $ey , float $sd , float $ed ): ...
bool public bezier ( array $coordinates ): bool public circle ( float $ox , f ...
-
https://man.plustar.jp/php/class.imagickdraw.html
- [similar]
- Set Y 7429
- « UI\Point::setX UI\Size » PHP Manual UI\Point Set Y UI\Point::setY (UI 0.9.9) UI\Point::setY —
...
Set Y 説明 public UI\Point::setY ( float $point ) Set th ...
e Y co-ordinate パラメータ point The new Y co-ordinate ...
戻り値 関連キーワード: Set , Y , Point , setY , co , ordinate , setX , Size , pub ...
-
https://man.plustar.jp/php/ui-point.sety.html
- [similar]
- DateTimeImmutable クラス 7391
- « DateTime::sub DateTimeImmutable::add » PHP Manual Date/Time DateTimeImmutable クラス DateTimeI
...
ime と同じ振る舞いをします。 但し、 DateTime::modify() のような、 状態を変更して新しいオブジェクトを返す ...
した定数 */ const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::COO ...
KIE = "l, d-M-Y H:i:s T" ; const string DateTimeInterface::ISO8601 ...
= "Y-m-d\TH:i:sO" ; const string DateTimeInterface::RFC ...
-
https://man.plustar.jp/php/class.datetimeimmutable.html
- [similar]
- マイターリミットを指定する 7267
- « ImagickDraw::setStrokeLineJoin ImagickDraw::setStrokeOpacity » PHP Manual ImagickDraw マイター
...
okeColor ( $strokeColor ); $draw -> setStrokeOpacity ( 0.6 ); $draw -> setFillColor ( $fillColor ); $dr ...
aw -> setStrokeWidth ( 10 ); $yOffset = 100 ; $draw -> setStrokeLineJoin (\ Imagic ...
k :: LINEJOIN_MITER ); for ( $y = 0 ; $y < 3 ; $y ++) { $draw -> setStrokeMiterLim ...
it ( 40 * $y ); $points = [ [ 'x' => 22 * 3 , 'y' => 15 * 4 + $ ...
-
https://man.plustar.jp/php/imagickdraw.setstrokemiterlimit.html
- [similar]
- Retrieves Y 7267
- « UI\Point::getX UI\Point::setX » PHP Manual UI\Point Retrieves Y UI\Point::getY (UI 0.9.9) UI\P
...
oint::getY — Retrieves Y 説明 public UI\Point::getY (): float ...
Retrieves the Y co-ordinate パラメータ この関数にはパラメータはあり ...
ません。 戻り値 The current Y co-ordinate 関連キーワード: Retrieves , Point , Y ...
, getY , co , ordinate , パラメータ , getX , setX , publi ...
-
https://man.plustar.jp/php/ui-point.gety.html
- [similar]
- DateTime クラス 7229
- « 日付/時刻 の算術 DateTime::add » PHP Manual Date/Time DateTime クラス DateTime クラス (PHP 5 >
...
ble と同じ振る舞いをします。 但し、 DateTime::modify() のような、 オブジェクトそのものを変更するメソッド ...
した定数 */ const string DateTimeInterface::ATOM = "Y-m-d\TH:i:sP" ; const string DateTimeInterface::COO ...
KIE = "l, d-M-Y H:i:s T" ; const string DateTimeInterface::ISO8601 ...
= "Y-m-d\TH:i:sO" ; const string DateTimeInterface::RFC ...
-
https://man.plustar.jp/php/class.datetime.html
- [similar]