Results for dashed line box translation from English to Japanese

Computer translation

Trying to learn how to translate from the human translation examples.

English

Japanese

Info

English

dashed line box

Japanese

 

From: Machine Translation
Suggest a better translation
Quality:

Human contributions

From professional translators, enterprises, web pages and freely available translation repositories.

Add a translation

English

Japanese

Info

English

dashed lines

Japanese

破線

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

English

following example script draws a dashed line from upper left to lower right corner of the canvas:

Japanese

パラメータ style はピクセルの配列です。以下 の例は、キャンバスの左上から右下隅に破線を描画するスクリプトです。

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

English

if this option is enabled, the preview area will be split horizontally, displaying the original and target image at the same time. the target is duplicated from the original below the red dashed line.

Japanese

プレビュー領域を上下に分割し、上の画像を下にコピーしてオリジナルと処理後の画像を同時に表示します。

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

English

if this option is enabled, the preview area will be split horizontally, displaying the original and target image at the same time. the original is above the red dashed line, the target below it.

Japanese

プレビュー領域を上下に分割してオリジナルと処理後の画像を同時に表示します。オリジナルと処理後のプレビューは連続した画像になります。

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

English

if this option is enabled, the preview area will be split vertically, displaying the original and target image at the same time. the original is to the left of the red dashed line, the target to the right of it.

Japanese

プレビュー領域を左右に分割してオリジナルと処理後の画像を同時に表示します。オリジナルと処理後のプレビューは連続した画像になります。

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

English

this is the free rotation operation preview. if you move the mouse cursor on this preview, a vertical and horizontal dashed line will be drawn to guide you in adjusting the free rotation correction. release the left mouse button to freeze the dashed line's position.

Japanese

自由回転操作のプレビューです。画像の上をクリックしてマウスを動かすと縦横のガイド線が動き、マウスの左ボタンを放すと位置が固定されます。

Last Update: 2011-10-23
Usage Frequency: 1
Quality:

English

?php header ("content-type: image / jpeg"); $im = imagecreate (100, 100); $w = imagecolorallocate ($im, 255, 255, 255); $red = imagecolorallocate ($im, 255, 0, 0); / * draw a dashed line, 5 red pixels, 5 white pixels * / $style = array ($red,$red,$red,$red,$red,$w,$w,$w,$w,$w); imagesetstyle ($im, $style); imageline ($im, 0, 0, 100, 100, img_color_styled); / * draw a line of happy faces using imagesetbrush() with imagesetstyle * / $style = array ($w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$w,$red); imagesetstyle ($im, $style); $brush = imagecreatefrompng ("http: / /www.libpng.org / pub / png / images / smile.happy.png"); $w2 = imagecolorallocate($brush,255,255,255); imagecolortransparent ($brush, $w2); imagesetbrush ($im, $brush); imageline ($im, 100, 0, 0, 100, img_color_styledbrushed); imagejpeg ($im); imagedestroy ($im);?

Japanese

例 1imagesetstyle

Last Update: 2011-10-24
Usage Frequency: 1
Quality:

Warning: Contains invisible HTML formatting

Get a better translation with
7,790,306,013 human contributions

Users are now asking for help:



We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. Learn more. OK