Usted buscó: bitmap (Chino (Simplificado) - Inglés)

Contribuciones humanas

De traductores profesionales, empresas, páginas web y repositorios de traducción de libre uso.

Añadir una traducción

Chino (Simplificado)

Inglés

Información

Chino (Simplificado)

bitmap

Inglés

bmp file format

Última actualización: 2013-09-06
Frecuencia de uso: 2
Calidad:

Referencia: Wikipedia

Chino (Simplificado)

portable bitmap 匯入和匯出轉換器

Inglés

portable bitmap import/export

Última actualización: 2017-03-10
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

"size" - the size in bytes of the bitmap.

Inglés

"size" - the size in bytes of the bitmap.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Chino (Simplificado)

"height" - the height in pixels of the bitmap.

Inglés

"height" - the height in pixels of the bitmap.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Chino (Simplificado)

swfbitmap- getheight() returns the bitmap's height in pixels.

Inglés

use this function at your own risk.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

bitmap flag 屏幕保护程序 kde waving flag 屏幕保护程序 版权所有 (c) 2001 ian reinhart geiser

Inglés

bitmap flag screen saver waving flag screen saver for kde copyright (c) ian reinhart geiser 2001

Última actualización: 2011-10-23
Frecuencia de uso: 3
Calidad:

Referencia: Translated.com

Chino (Simplificado)

sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter.

Inglés

sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

the function simply draws an bmp the bitmap filename at position x, y. handle must be a valid handle to a printer.

Inglés

the function simply draws an bmp the bitmap filename at position x, y. handle must be a valid handle to a printer.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled).

Inglés

sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled).

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

the swf_getbitmapinfo() function returns an array of information about a bitmap given by the bitmapid parameter. the returned array has the following elements:

Inglés

the returned array has the following elements:

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

the swf_definebitmap() function defines a bitmap given a gif, jpeg, rgb or fi image. the image will be converted into a flash jpeg or flash color map format.

Inglés

the image will be converted into a flash jpeg or flash color map format.

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com

Chino (Simplificado)

?php $p = new swfmorph(); $b = new swfbitmap("alphafill.jpg"); // use your own bitmap $width = $b- getwidth(); $height = $b- getheight(); $s = $p- getshape1(); $f = $s- addfill($b, swffill_tiled_bitmap); $f- moveto(-$width/2, -$height/4); $f- scaleto(1.0, 0.5); $s- setleftfill($f); $s- movepento(-$width/2, -$height/4); $s- drawline($width, 0); $s- drawline(0, $height/2); $s- drawline(-$width, 0); $s- drawline(0, -$height/2); $s = $p- getshape2(); $f = $s- addfill($b, swffill_tiled_bitmap); // these two have no effect! $f- moveto(-$width/4, -$height/2); $f- scaleto(0.5, 1.0); $s- setleftfill($f); $s- movepento(-$width/4, -$height/2); $s- drawline($width/2, 0); $s- drawline(0, $height); $s- drawline(-$width/2, 0); $s- drawline(0, -$height); $m = new swfmovie(); $m- setdimension($width, $height); $i = $m- add($p); $i- moveto($width/2, $height/2); for($n=0; $n 1.001; $n+=0.03) {$i- setratio($n); $m- nextframe();} header('content-type: application/x-shockwave-flash'); $m- output();?

Inglés

?php $p = new swfmorph(); $b = new swfbitmap("alphafill.jpg"); / / use your own bitmap $width = $b - getwidth(); $height = $b - getheight(); $s = $p - getshape1(); $f = $s - addfill($b, swffill_tiled_bitmap); $f - moveto(-$width / 2, -$height / 4); $f - scaleto(1.0, 0.5); $s - setleftfill($f); $s - movepento(-$width / 2, -$height / 4); $s - drawline($width, 0); $s - drawline(0, $height / 2); $s - drawline(-$width, 0); $s - drawline(0, -$height / 2); $s = $p - getshape2(); $f = $s - addfill($b, swffill_tiled_bitmap); / / these two have no effect! $f - moveto(-$width / 4, -$height / 2); $f - scaleto(0.5, 1.0); $s - setleftfill($f); $s - movepento(-$width / 4, -$height / 2); $s - drawline($width / 2, 0); $s - drawline(0, $height); $s - drawline(-$width / 2, 0); $s - drawline(0, -$height); $m = new swfmovie(); $m - setdimension($width, $height); $i = $m - add($p); $i - moveto($width / 2, $height / 2); for($n=0; $n 1.001; $n+=0.03) {$i - setratio($n); $m - nextframe();} header('content-type: application / x-shockwave-flash'); $m - output();?

Última actualización: 2011-10-24
Frecuencia de uso: 1
Calidad:

Referencia: Translated.com
Advertencia: contiene formato HTML invisible

Obtenga una traducción de calidad con
7,744,181,569 contribuciones humanas

Usuarios que están solicitando ayuda en este momento:



Utilizamos cookies para mejorar nuestros servicios. Al continuar navegando está aceptando su uso. Más información. De acuerdo