| Pakiet | mx.utils |
| Klasa | public class GraphicsUtil |
| Dziedziczenie | GraphicsUtil Object |
| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
GraphicsUtil.drawRoundRectComplex() method.
| Metoda | Zdefiniowane przez | ||
|---|---|---|---|
drawRoundRectComplex(graphics:Graphics, x:Number, y:Number, width:Number, height:Number, topLeftRadius:Number, topRightRadius:Number, bottomLeftRadius:Number, bottomRightRadius:Number):void [statyczny]
Draws a rounded rectangle using the size of a radius to draw the rounded corners. | GraphicsUtil | ||
drawRoundRectComplex2(graphics:Graphics, x:Number, y:Number, width:Number, height:Number, radiusX:Number, radiusY:Number, topLeftRadiusX:Number, topLeftRadiusY:Number, topRightRadiusX:Number, topRightRadiusY:Number, bottomLeftRadiusX:Number, bottomLeftRadiusY:Number, bottomRightRadiusX:Number, bottomRightRadiusY:Number):void [statyczny]
Draws a rounded rectangle using the size of individual x and y radii to
draw the rounded corners. | GraphicsUtil | ||
![]() |
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | |
![]() |
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | |
![]() |
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | |
![]() |
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | |
![]() |
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | |
![]() |
Zwraca ciąg reprezentujący określony obiekt. | Object | |
![]() |
Zwraca pierwotną wartość dla określonego obiektu. | Object | |
drawRoundRectComplex | () | metoda |
public static function drawRoundRectComplex(graphics:Graphics, x:Number, y:Number, width:Number, height:Number, topLeftRadius:Number, topRightRadius:Number, bottomLeftRadius:Number, bottomRightRadius:Number):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 3 |
| Wersje środowiska wykonawczego: | Flash Player 9, AIR 1.1 |
Draws a rounded rectangle using the size of a radius to draw the rounded corners.
You must set the line style, fill, or both
on the Graphics object before
you call the drawRoundRectComplex() method
by calling the linestyle(),
lineGradientStyle(), beginFill(),
beginGradientFill(), or
beginBitmapFill() method.
Parametry
graphics:Graphics — The Graphics object that draws the rounded rectangle.
| |
x:Number — The horizontal position relative to the
registration point of the parent display object, in pixels.
| |
y:Number — The vertical position relative to the
registration point of the parent display object, in pixels.
| |
width:Number — The width of the round rectangle, in pixels.
| |
height:Number — The height of the round rectangle, in pixels.
| |
topLeftRadius:Number — The radius of the upper-left corner, in pixels.
| |
topRightRadius:Number — The radius of the upper-right corner, in pixels.
| |
bottomLeftRadius:Number — The radius of the bottom-left corner, in pixels.
| |
bottomRightRadius:Number — The radius of the bottom-right corner, in pixels.
|
drawRoundRectComplex2 | () | metoda |
public static function drawRoundRectComplex2(graphics:Graphics, x:Number, y:Number, width:Number, height:Number, radiusX:Number, radiusY:Number, topLeftRadiusX:Number, topLeftRadiusY:Number, topRightRadiusX:Number, topRightRadiusY:Number, bottomLeftRadiusX:Number, bottomLeftRadiusY:Number, bottomRightRadiusX:Number, bottomRightRadiusY:Number):void| Wersja języka: | ActionScript 3.0 |
| Wersja produktu: | Flex 4 |
| Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Draws a rounded rectangle using the size of individual x and y radii to
draw the rounded corners.
You must set the line style, fill, or both
on the Graphics object before
you call the drawRoundRectComplex2() method
by calling the linestyle(),
lineGradientStyle(), beginFill(),
beginGradientFill(), or
beginBitmapFill() method.
Parametry
graphics:Graphics — The Graphics object that draws the rounded rectangle.
| |
x:Number — The horizontal position relative to the
registration point of the parent display object, in pixels.
| |
y:Number — The vertical position relative to the
registration point of the parent display object, in pixels.
| |
width:Number — The width of the round rectangle, in pixels.
| |
height:Number — The height of the round rectangle, in pixels.
| |
radiusX:Number — The default radiusX to use, if corner-specific values are not specified.
This value must be specified.
| |
radiusY:Number — The default radiusY to use, if corner-specific values are not specified.
If 0, the value of radiusX is used.
| |
topLeftRadiusX:Number — The x radius of the upper-left corner, in pixels. If NaN,
the value of radiusX is used.
| |
topLeftRadiusY:Number — The y radius of the upper-left corner, in pixels. If NaN,
the value of topLeftRadiusX is used.
| |
topRightRadiusX:Number — The x radius of the upper-right corner, in pixels. If NaN,
the value of radiusX is used.
| |
topRightRadiusY:Number — The y radius of the upper-right corner, in pixels. If NaN,
the value of topRightRadiusX is used.
| |
bottomLeftRadiusX:Number — The x radius of the bottom-left corner, in pixels. If NaN,
the value of radiusX is used.
| |
bottomLeftRadiusY:Number — The y radius of the bottom-left corner, in pixels. If NaN,
the value of bottomLeftRadiusX is used.
| |
bottomRightRadiusX:Number — The x radius of the bottom-right corner, in pixels. If NaN,
the value of radiusX is used.
| |
bottomRightRadiusY:Number — The y radius of the bottom-right corner, in pixels. If NaN,
the value of bottomRightRadiusX is used.
|
Tue Jun 12 2018, 12:06 PM Z
Ukryj dziedziczone właściwości publiczne
Pokaż dziedziczone właściwości publiczne