Chapter 50: vertex object, Vertex.gethalfedge(), Vertex object – Adobe Extending Flash Professional CS4 User Manual
Page 529: At the head of the halfedge object, Read-only; an array of vertex objects (see
507
Chapter 50: Vertex object
Availability
Flash MX 2004.
Description
The Vertex object is the part of the shape data structure that holds the coordinate data.
Method summary
You can use the following methods with the Vertex object:
Property summary
The following properties are available for the Vertex object:
vertex.getHalfEdge()
Availability
Flash MX 2004.
Usage
vertex.getHalfEdge()
Parameters
None.
Returns
A
.
Description
Method; gets a
Example
The following example shows how to get other half edges that share the same vertex:
Method
Description
that shares this vertex.
Sets the location of the vertex.
Property
Description
Read-only; the x location of the vertex in pixels.
Read-only; the y location of the vertex in pixels.