XWare Поиск по информационным ресурсам МГУ English Russian
       
       Точная форма слов   О проекте   Сайты   Помощь
Поиск по:old.master.cmc.msu.ru   - Поискать по всем серверам
На этой странице приведены все страницы сервера old.master.cmc.msu.ru ,которые мы индексируем. Показаны документы 861 - 880 из 3519.

В начало ] Пред. | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | След.В конец ]

Упорядочить по: URL  |  дате изменения
861. swf_shapecurveto3
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapecurveto3 -- Draw a cubic bezier curve . void swf_shapecurveto3 ( float x1, float y1, float x2, float y2, float x3, float y3) . Draw a cubic bezier curve using the x,y coordinate pairs x1 , y1 and x2 , y2 as off curve control points and the x,y coordinate x3 , y3 as an endpoint. The current position is then set to the x,y coordinate pair given by x3 , y3 . Prev . Home . Next . swf_shapecurveto . Up . swf_shapearc
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapecurveto3.html -- 3.8 Кб -- 03.02.2002
Похожие документы

862. swf_shapearc
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapearc -- Draw a circular arc . void swf_shapearc ( float x, float y, float r, float ang1, float ang2) . The swf_shapeArc() function draws a circular arc from angle A given by the ang1 parameter to angle B given by the ang2 parameter. The center of the circle has an x coordinate given by the x parameter and a y coordinate given by the y , the radius of the circle is given by the r parameter. Prev . Home . Next . swf_shapecurveto3 . Up . swf_endshape
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapearc.html -- 3.7 Кб -- 03.02.2002
Похожие документы

863. swf_shapelineto
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapelineto -- Draw a line . void swf_shapelineto ( float x, float y) . The swf_shapeLineTo() draws a line to the x,y coordinates given by the x parameter & the y parameter. The current position is then set to the x,y parameters. Prev . Home . Next . swf_shapemoveto . Up . swf_shapecurveto
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapelineto.html -- 3.5 Кб -- 03.02.2002
Похожие документы

864. swf_shapecurveto
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) swf_shapecurveto -- Draw a quadratic bezier curve between two points . void swf_shapecurveto ( float x1, float y1, float x2, float y2) . The swf_shapecurveto() function draws a quadratic bezier curve from the x coordinate given by x1 and the y coordinate given by y1 to the x coordinate given by x2 and the y coordinate given by y2 . The current position is then set to the x,y coordinates given by the x2 and y2 parameters . ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapecurveto.html -- 3.8 Кб -- 03.02.2002
Похожие документы

865. swf_shapefillbitmaptile
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapefillbitmaptile -- Set current fill mode to tiled bitmap . void swf_shapefillbitmaptile ( int bitmapid) . Sets the fill to bitmap tile, empty spaces will be filled by the bitmap given by the bitmapid parameter (tiled). Prev . Home . Next . swf_shapefillbitmapclip . Up . swf_shapemoveto
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapefillbitmaptile.html -- 3.5 Кб -- 03.02.2002
Похожие документы

866. swf_shapemoveto
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapemoveto -- Move the current position . void swf_shapemoveto ( float x, float y) . The swf_shapeMoveTo() function moves the current position to the x coordinate given by the x parameter and the y position given by the y parameter. Prev . Home . Next . swf_shapefillbitmaptile . Up . swf_shapelineto
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapemoveto.html -- 3.5 Кб -- 03.02.2002
Похожие документы

867. swf_shapefillbitmapclip
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapefillbitmapclip -- Set current fill mode to clipped bitmap . void swf_shapefillbitmapclip ( int bitmapid) . Sets the fill to bitmap clipped, empty spaces will be filled by the bitmap given by the bitmapid parameter. Prev . Home . Next . swf_shapefillsolid . Up . swf_shapefillbitmaptile
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapefillbitmapclip.html -- 3.5 Кб -- 03.02.2002
Похожие документы

868. swf_shapefillsolid
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapefillsolid -- Set the current fill style to the specified color . void swf_shapefillsolid ( float r, float g, float b, float a) . The swf_shapeFillSolid() function sets the current fill style to solid, and then sets the fill color to the values of the rgba parameters. Prev . Home . Next . swf_shapefilloff . Up . swf_shapefillbitmapclip
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapefillsolid.html -- 3.5 Кб -- 03.02.2002
Похожие документы

869. swf_shapelinesolid
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapelinesolid -- Set the current line style . void swf_shapelinesolid ( float r, float g, float b, float a, float width) . The swf_shapeLineSolid() function sets the current line style to the color of the rgba parameters and width to the width parameter. If 0.0 is given as a width then no lines are drawn. Prev . Home . Next . swf_startshape . Up . swf_shapefilloff
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapelinesolid.html -- 3.5 Кб -- 03.02.2002
Похожие документы

870. swf_shapefilloff
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_shapefilloff -- Turns off filling . void swf_shapefilloff ( (void);) . The swf_shapeFillOff() function turns off filling for the current shape. Prev . Home . Next . swf_shapelinesolid . Up . swf_shapefillsolid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-shapefilloff.html -- 3.3 Кб -- 03.02.2002
Похожие документы

871. swf_definepoly
... Next . PHP 4 >= 4.0.0) swf_definepoly -- Define a polygon . void swf_definepoly ( int objid, array coords, int npoints, float width) . The swf_definepoly() function defines a polygon given an array of x, y coordinates (the coordinates are defined in the parameter coords ). The parameter npoints is the number of overall points that are contained in the array given by coords . The width is the width of the polygon's border, if set to 0.0 the polygon is filled. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-definepoly.html -- 3.7 Кб -- 03.02.2002
Похожие документы

872. swf_startshape
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_startshape -- Start a complex shape . void swf_startshape ( int objid) . The swf_startshape() function starts a complex shape, with an object id given by the objid parameter. Prev . Home . Next . swf_definepoly . Up . swf_shapelinesolid
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-startshape.html -- 3.4 Кб -- 03.02.2002
Похожие документы

873. swf_definerect
PHP Manual . Prev . Next . PHP 4 >= 4.0.0) swf_definerect -- Define a rectangle . void swf_definerect ( int objid, float x1, float y1, float x2, float y2, float width) . The swf_definerect() defines a rectangle with an upper left hand coordinate given by the x, x1 , and the y, y1 . ... Width of the rectangles border is given by the width parameter, if the width is 0.0 then the rectangle is filled. ...
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-definerect.html -- 3.8 Кб -- 03.02.2002
Похожие документы

874. swf_defineline
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_defineline -- Define a line . void swf_defineline ( int objid, float x1, float y1, float x2, float y2, float width) . The swf_defineline() defines a line starting from the x coordinate given by x1 and the y coordinate given by y1 parameter. Up to the x coordinate given by the x2 parameter and the y coordinate given by the y2 parameter. It will have a width defined by the width parameter. Prev . Home . Next . swf_enddoaction . Up . swf_definerect
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-defineline.html -- 3.7 Кб -- 03.02.2002
Похожие документы

875. swf_enddoaction
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_enddoaction -- End the current action . void swf_enddoaction ( (void);) . Ends the current action started by the swf_startdoaction() function. Prev . Home . Next . swf_actiongotolabel . Up . swf_defineline
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-enddoaction.html -- 3.3 Кб -- 03.02.2002
Похожие документы

876. swf_actionsettarget
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_actionsettarget -- Set the context for actions . void swf_actionsettarget ( string target) . The swf_actionSetTarget() function sets the context for all actions. You can use this to control other flash movies that are currently playing. Prev . Home . Next . swf_actionwaitforframe . Up . swf_actiongotolabel
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-actionsettarget.html -- 3.4 Кб -- 03.02.2002
Похожие документы

877. swf_actiongotolabel
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_actiongotolabel -- Display a frame with the specified label . void swf_actiongotolabel ( string label) . The swf_actionGotoLabel() function displays the frame with the label given by the label parameter and then stops. Prev . Home . Next . swf_actionsettarget . Up . swf_enddoaction
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-actiongotolabel.html -- 3.4 Кб -- 03.02.2002
Похожие документы

878. swf_actionwaitforframe
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_actionwaitforframe -- Skip actions if a frame has not been loaded . void swf_actionwaitforframe ( int framenumber, int skipcount) . The swf_actionWaitForFrame() function will check to see if the frame, specified by the framenumber parameter has been loaded, if not it will skip the number of actions specified by the skipcount parameter. This can be useful for "Loading..." type animations. Prev . Home . Next . swf_actiontogglequality . Up . swf_actionsettarget
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-actionwaitforframe.html -- 3.7 Кб -- 03.02.2002
Похожие документы

879. swf_actiontogglequality
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_actiontogglequality -- Toggle between low and high quality . void swf_actiontogglequality ( (void);) . Toggle the flash movie between high and low quality. Prev . Home . Next . swf_actionstop . Up . swf_actionwaitforframe
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-actiontogglequality.html -- 3.3 Кб -- 03.02.2002
Похожие документы

880. swf_actionplay
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.0) swf_actionplay -- Start playing the flash movie from the current frame . void swf_actionplay ( (void);) . Start playing the flash movie from the current frame. Prev . Home . Next . swf_actionprevframe . Up . swf_actionstop
[ Сохраненная копия ]  Ссылки http://old.master.cmc.msu.ru/php/function.swf-actionplay.html -- 3.3 Кб -- 03.02.2002
Похожие документы

В начало ] Пред. | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | След.В конец ]

Rambler's Top100 RFBR Яндекс цитирования