Results of 1 - 10 of about 10 for imagesetthickness (0.011 sec.)
- 線描画用の線幅を設定する 14248
- « imagesetstyle imagesettile » PHP Manual GD および Image 関数 線描画用の線幅を設定する imagesetthickness
...
thickness (PHP 4 >= 4.0.6, PHP 5, PHP 7, PHP 8) imagesetthickness — 線描画用の線幅を設定する 説明 imagesetthickness ...
( GdImage $image , int $thickness ): bool imagesetthickness() は、長方形、多角形、弧などを描画する際の線幅を t ...
ジョンでは、 resource が期待されていました。 例 例1 imagesetthickness() の例 <?php // 200x100 の画像を作成します $im = i ...
0 , 299 , 99 , $white ); // 線幅を 5 に設定します imagesetthickness ( $im , 5 ); // 矩形を描画します imagerectangle ( ...
-
https://man.plustar.jp/php/function.imagesetthickness.html
- [similar]
- 楕円を描画する 8599
- « imagedestroy imagefill » PHP Manual GD および Image 関数 楕円を描画する imageellipse (PHP 4 >=
...
以下のようになります。 注意 注意 : imageellipse() は imagesetthickness() を無視します。 参考 imagefilledellipse() - 塗りつ ...
-
https://man.plustar.jp/php/function.imageellipse.html
- [similar]
- 塗りつぶされた楕円を描画する 8599
- « imagefilledarc imagefilledpolygon » PHP Manual GD および Image 関数 塗りつぶされた楕円を描画す
...
ようになります。 注意 注意 : imagefilledellipse() は imagesetthickness() を無視します。 参考 imageellipse() - 楕円を描画す ...
-
https://man.plustar.jp/php/function.imagefilledellipse.html
- [similar]
- 直線を描画する 8509
- « imagelayereffect imageloadfont » PHP Manual GD および Image 関数 直線を描画する imageline (PHP
...
/* この方法は直行する線の場合のみうまく動作します imagesetthickness($image, $thick); return imageline($image, $x1, $y1 ...
-
https://man.plustar.jp/php/function.imageline.html
- [similar]
- 線描画用のスタイルを設定する 8509
- « imagesetpixel imagesetthickness » PHP Manual GD および Image 関数 線描画用のスタイルを設定する
...
-
https://man.plustar.jp/php/function.imagesetstyle.html
- [similar]
- 塗りつぶし用のイメージを設定する 8509
- « imagesetthickness imagestring » PHP Manual GD および Image 関数 塗りつぶし用のイメージを設定す
...
-
https://man.plustar.jp/php/function.imagesettile.html
- [similar]
- GD および Image 関数 8241
- « imagecopymerge による半透明なすかしの作成 gd_info » PHP Manual GD GD および Image 関数 GD およ
...
成する imagesetstyle — 線描画用のスタイルを設定する imagesetthickness — 線描画用の線幅を設定する imagesettile — 塗りつぶ ...
-
https://man.plustar.jp/php/ref.image.html
- [similar]
- 画像処理 (GD) 8152
- « read_exif_data はじめに » PHP Manual 画像処理および作成 画像処理 (GD) 画像処理 (GD) はじめに イ
...
成する imagesetstyle — 線描画用のスタイルを設定する imagesetthickness — 線描画用の線幅を設定する imagesettile — 塗りつぶ ...
-
https://man.plustar.jp/php/book.image.html
- [similar]
- リソース型の一覧 8062
- « その他の予約語の一覧 利用できるフィルタのリスト » PHP Manual 付録 リソース型の一覧 リソース型の
...
ortopalette() , imagesetbrush() , imagesettile() , imagesetthickness() , image2wbmp() , imagealphablending() , imageant ...
-
https://man.plustar.jp/php/resource.html
- [similar]
- 変更履歴 7883
- « サンプル PHP Manual 付録 変更履歴 変更履歴 標準添付の拡張モジュールには次のような変更がありまし
...
前のバージョンでは、resource が期待されていました。 imagesetthickness image は、 GdImage クラスのインスタンスを期待するよ ...
-
https://man.plustar.jp/php/doc.changelog.html
- [similar]
PREV
1
NEXT