Extending Flash |
|
|
|
| Objects > Vertex object | |||
Flash MX 2004.
The Vertex object is the part of the shape data structure that holds the coordinate data.
You can use the following methods with the Vertex object:
|
Method |
Description |
|---|---|
|
Gets a HalfEdge object that shares this vertex. |
|
|
Sets the location of the vertex. |
The following properties are available for the Vertex object:
|
Property |
Description |
|---|---|
|
Read-only; the x location of the vertex in pixels. |
|
|
Read-only; the y location of the vertex in pixels. |
|
|
|
|