Results of 1 - 10 of about 135 for Width (0.001 sec.)
- Set Width 10867
- « UI\Draw\Text\Layout::setColor UI\Draw\Text\Font » PHP Manual UI\Draw\Text\Layout Set Width UI\
... Draw\Text\Layout::setWidth (UI 0.9.9) UI\Draw\Text\Layout::setWidth — Set Wid ... th 説明 public UI\Draw\Text\Layout::setWidth ( float $width ) Shall set the width of this Text ... Layout パラメータ width The new width 関連キーワード: Set , Width , Text , ... Layout , width , setWidth , setColor , Font , public , float ...
-
https://man.plustar.jp/php/ui-draw-text-layout.setwidth.html
- [similar]
- 再サンプリングを行いイメージの一部をコピー、伸縮する 10723
- « imagecopymergegray imagecopyresized » PHP Manual GD および Image 関数 再サンプリングを行いイメ
... , int $dst_y , int $src_x , int $src_y , int $dst_width , int $dst_height , int $src_width , int $src_heig ... は src_image の座標 ( src_x , src_y ) にある 幅 src_width 、高さ src_height の矩形領域を受け取って、それを d ... st_image の座標 ( dst_x , dst_y ) にある幅 dst_width 、 高さ dst_height の矩形領域に配置します。 コピー ... コピー元の x 座標。 src_y コピー元の y 座標。 dst_width コピー先の幅。 dst_height コピー先の高さ。 src_wid ...
-
https://man.plustar.jp/php/function.imagecopyresampled.html
- [similar]
- Represents dimensions (width, height) 10675
- « UI\Point::setY UI\Size::__construct » PHP Manual UI Represents dimensions (width, height) Repr
... esents dimensions (width, height) (UI 0.9.9) はじめに Sizes are used throug ... 概要 final class UI\Size { /* プロパティ */ public $ width ; public $ height ; /* Constructor */ public __con ... struct ( float $width , float $height ) /* メソッド */ public getHeight ... (): float public getWidth (): float public static of ( float $size ): UI\Siz ...
-
https://man.plustar.jp/php/class.ui-size.html
- [similar]
- Set Width 9411
- « UI\Size::setHeight UI\Window » PHP Manual UI\Size Set Width UI\Size::setWidth (UI 0.9.9) UI\Si
... ze::setWidth — Set Width 説明 public UI\Size::setWidth ( float ... $size ) Set new Width パラメータ size The new Width 戻り値 関連キーワード ... : Width , Set , Size , setWidth , size , new , setHeight , ...
-
https://man.plustar.jp/php/ui-size.setwidth.html
- [similar]
- Retrives Width 9219
- « UI\Size::getHeight UI\Size::of » PHP Manual UI\Size Retrives Width UI\Size::getWidth (UI 0.9.9
... ) UI\Size::getWidth — Retrives Width 説明 public UI\Size::getWidth (): ... float Retrieves the Width パラメータ この関数にはパラメータはありません。 戻 ... り値 The current Width 関連キーワード: Width , Retrives , Size , getWidth ...
-
https://man.plustar.jp/php/ui-size.getwidth.html
- [similar]
- Construct a new Size 8448
- « UI\Size UI\Size::getHeight » PHP Manual UI\Size Construct a new Size UI\Size::__construct (UI
... new Size 説明 public UI\Size::__construct ( float $width , float $height ) Construct a new Size using new w ... idth and height パラメータ width The new width height The new height 関連キーワード ... : Size , new , Construct , a , width , height , construct , float , getHeight , public ...
-
https://man.plustar.jp/php/ui-size.construct.html
- [similar]
- 三次元の枠線をシミュレートする 8400
- « Imagick::forwardFourierTransformImage Imagick::functionImage » PHP Manual Imagick 三次元の枠線
... ic Imagick::frameImage ( mixed $matte_color , int $width , int $height , int $inner_bevel , int $outer_beve ... l ): bool 画像の周りに三次元の枠線を追加します。 width と height で、それぞれ縦の枠線と横の枠線の幅を指定 ... ト色を表す ImagickPixel オブジェクトあるいは文字列。 width 枠の幅。 height 枠の高さ。 inner_bevel 内側の影の幅 ... <?php function frameImage ( $imagePath , $color , $width , $height , $innerBevel , $outerBevel ) { $imagick ...
-
https://man.plustar.jp/php/imagick.frameimage.html
- [similar]
- Description 8400
- « Imagick::spreadImage Imagick::steganoImage » PHP Manual Imagick Description Imagick::statistic
... public Imagick::statisticImage ( int $type , int $width , int $height , int $channel = Imagick::CHANNEL_DE ... g statistic from the neighborhood of the specified width and height. パラメータ type width height channel 戻 ... on statisticImage ( $imagePath , $statisticType , $width , $height , $channel ) { $imagick = new \ Imagick ... )); $imagick -> statisticImage ( $statisticType , $width , $height , $channel ); header ( "Content-Type: im ...
-
https://man.plustar.jp/php/imagick.statisticimage.html
- [similar]
- 三次元のボタン風の効果をシミュレートする 7810
- « Imagick::radialBlurImage Imagick::randomThresholdImage » PHP Manual Imagick 三次元のボタン風の
... ュレートする 説明 public Imagick::raiseImage ( int $width , int $height , int $x , int $y , bool $raise ): b ... ン風の効果をシミュレートします。 raise_info のメンバ width および height が、 垂直方向および水平方向の効果の輪 ... 郭を定義します。 パラメータ width height x y raise 戻り値 成功した場合に true を返し ... eImage() <?php function raiseImage ( $imagePath , $width , $height , $x , $y , $raise ) { $imagick = new \ ...
-
https://man.plustar.jp/php/imagick.raiseimage.html
- [similar]
- 画像の一部をコピーしサイズを変更する 7762
- « imagecopyresampled imagecreate » PHP Manual GD および Image 関数 画像の一部をコピーしサイズを変
... , int $dst_y , int $src_x , int $src_y , int $dst_width , int $dst_height , int $src_width , int $src_heig ... は src_image の座標 ( src_x , src_y ) にある 幅 src_width 、 高さ src_height の矩形領域を受け取って、それを ... dst_image の座標 ( dst_x , dst_y ) にある幅 dst_width 、 高さ dst_height の矩形領域に配置します。 コピー ... コピー元の x 座標。 src_y コピー元の y 座標。 dst_width コピー先の幅。 dst_height コピー先の高さ。 src_wid ...
-
https://man.plustar.jp/php/function.imagecopyresized.html
- [similar]