Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.24 KB

File metadata and controls

30 lines (18 loc) · 1.24 KB

vertex summary

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:

Method Description
vertex.getHalfEdge() Gets a HalfEdge object that shares this vertex.
vertex.setLocation() Sets the location of the vertex.

Property summary

The following properties are available for the Vertex object:

Property Description
vertex.x Read-only; the x location of the vertex in pixels.
vertex.y Read-only; the y location of the vertex in pixels.