検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 157 for draw (0.004 sec.)
オブジェクトの枠線の透明度を指定する 6866
« ImagickDraw::setStrokeMiterLimit ImagickDraw::setStrokePatternURL » PHP Manual ImagickDraw オブ ... ジェクトの枠線の透明度を指定する ImagickDraw::setStrokeOpacity (PECL imagick 2, PECL imagick 3) ... ImagickDraw::setStrokeOpacity — オブジェクトの枠線の透明度を指 ... 定する 説明 public ImagickDraw::setStrokeOpacity ( float $stroke_opacity ): bool ... 明な状態です。 戻り値 値を返しません。 例 例1 ImagickDraw::setStrokeOpacity() の例 <?php function setStrokeO ...
https://man.plustar.jp/php/imagickdraw.setstrokeopacity.html - [similar]
Font Descriptor 6832
« UI\Draw\Text\Font::getUnderlineThickness UI\Draw\Text\Font\Descriptor::__construct » PHP Manua ... 9.9) はじめに Describes a font クラス概要 class UI\Draw\Text\Font\Descriptor { /* Constructor */ public __ ... ( string $family , float $size , int $weight = UI\Draw\Text\Font\Weight::Normal , int $italic = UI\Draw\T ... ext\Font\Italic::Normal , int $stretch = UI\Draw\Text\Font\Stretch::Normal ) /* メソッド */ public ... Stretch (): int public getWeight (): int } 目次 UI\Draw\Text\Font\Descriptor::__construct — Construct a ne ...
https://man.plustar.jp/php/class.ui-draw-text-font-descriptor.html - [similar]
テキストによる注記を行う際に使用するフォントを設定する 6774
« ImagickDraw::setFillRule ImagickDraw::setFontFamily » PHP Manual ImagickDraw テキストによる注記 ... を行う際に使用するフォントを設定する ImagickDraw::setFont (PECL imagick 2, PECL imagick 3) ImagickD ... う際に使用するフォントを設定する 説明 public ImagickDraw::setFont ( string $font_name ): bool 警告 この関数 ... り値 成功した場合に true を返します。 例 例1 ImagickDraw::setFont() の例 <?php function setFont ( $fillColo ... r , $strokeColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setStrokeColor ( ...
https://man.plustar.jp/php/imagickdraw.setfont.html - [similar]
破線パターンにおける破線の開始オフセットを指定する 6774
« ImagickDraw::setStrokeDashArray ImagickDraw::setStrokeLineCap » PHP Manual ImagickDraw 破線パタ ... ーンにおける破線の開始オフセットを指定する ImagickDraw::setStrokeDashOffset (PECL imagick 2, PECL imagick ... 3) ImagickDraw::setStrokeDashOffset — 破線パターンにおける破線の開 ... 始オフセットを指定する 説明 public ImagickDraw::setStrokeDashOffset ( float $dash_offset ): bool ... のオフセット。 戻り値 値を返しません。 例 例1 ImagickDraw::setStrokeDashOffset() の例 <?php function setStro ...
https://man.plustar.jp/php/imagickdraw.setstrokedashoffset.html - [similar]
Draw Figure 6774
« UI\Draw\Path::lineTo UI\Draw\Path::newFigureWithArc » PHP Manual UI\Draw\Path Draw Figure UI\Draw ... raw\Path::newFigure (UI 0.9.9) UI\Draw\Path::newFigure — Draw Figure 説明 public UI\Draw\ ...
https://man.plustar.jp/php/ui-draw-path.newfigure.html - [similar]
定義リストを終了する 6739
« ImagickDraw::popClipPath ImagickDraw::popPattern » PHP Manual ImagickDraw 定義リストを終了する ... ImagickDraw::popDefs (PECL imagick 2, PECL imagick 3) ImagickD ... :popDefs — 定義リストを終了する 説明 public ImagickDraw::popDefs (): bool 警告 この関数は、 現在のところ詳 ... を終了します。 戻り値 値を返しません。 例 例1 ImagickDraw::popDefs() の例 <?php function popDefs ( $strokeCo ... lor , $fillColor , $backgroundColor ) { $draw = new \ ImagickDraw (); $draw -> setStrokeColor ( ...
https://man.plustar.jp/php/imagickdraw.popdefs.html - [similar]
テキストによる注記を行う際に使用するフォントファミリーを設定する 6739
« ImagickDraw::setFont ImagickDraw::setFontSize » PHP Manual ImagickDraw テキストによる注記を行う ... 際に使用するフォントファミリーを設定する ImagickDraw::setFontFamily (PECL imagick 2, PECL imagick 3) Im ... agickDraw::setFontFamily — テキストによる注記を行う際に使用す ... るフォントファミリーを設定する 説明 public ImagickDraw::setFontFamily ( string $font_family ): bool 警告 ... り値 成功した場合に true を返します。 例 例1 ImagickDraw::setFontFamily() の例 <?php function setFontFamily ...
https://man.plustar.jp/php/imagickdraw.setfontfamily.html - [similar]
テキストの配置を指定する 6739
« ImagickDraw::setStrokeWidth ImagickDraw::setTextAntialias » PHP Manual ImagickDraw テキストの配 ... 置を指定する ImagickDraw::setTextAlignment (PECL imagick 2, PECL imagick 3) ... ImagickDraw::setTextAlignment — テキストの配置を指定する 説明 ... public ImagickDraw::setTextAlignment ( int $alignment ): bool 警告 こ ... うちのいずれか 戻り値 値を返しません。 例 例1 ImagickDraw::setTextAlignment() の例 <?php function setTextAli ...
https://man.plustar.jp/php/imagickdraw.settextalignment.html - [similar]
Construct a new Brush 6739
« UI\Draw\Brush UI\Draw\Brush::getColor » PHP Manual UI\Draw\Brush Construct a new Brush UI\Draw ... \Brush::__construct (UI 0.9.9) UI\Draw\Brush::__construct — Construct a new Brush 説明 pu ... blic UI\Draw\Brush::__construct ( UI\Draw\Color $color ) public ... UI\Draw\Brush::__construct ( int $color ) Shall construct ... using the given color パラメータ color Can be a UI\Draw\Color or RRGGBBAA 関連キーワード: Brush , Construc ...
https://man.plustar.jp/php/ui-draw-brush.construct.html - [similar]
Construct new Color 6739
« UI\Draw\Color UI\Draw\Color::getChannel » PHP Manual UI\Draw\Color Construct new Color UI\Draw ... \Color::__construct (UI 0.9.9) UI\Draw\Color::__construct — Construct new Color 説明 publ ... ic UI\Draw\Color::__construct ( UI\Draw\Color $color = ? ) pu ... blic UI\Draw\Color::__construct ( int $color = ? ) Shall constr ... uct a new color パラメータ color May be UI\Draw\Color or RRGGBBAA 関連キーワード: new , Construct ...
https://man.plustar.jp/php/ui-draw-color.construct.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT