point Element

The point elements describe points, which are used to draw a polygon by the polygon element.

Syntax

<point x="xPosition" y="yPosition" [control="isControl"]>

Attributes

Name

Description

Value type

Optional

Default Value

x

Absolute y position of the point (in pixels or twips).

coordinate

no

-

y

Absolute y position of the point (in pixels or twips).

coordinate

no

-

control

If true this point is control point. See figure at Remarks section below.

boolean

yes

false

Remarks

Control point C with previous point A and next point B forms a Quadratic Bezier curve which is passing throw points A and B and inscribed in ACB triangle . Points A and B are usually named anchors.

Parent Elements

polygon element

See Also

XML Schema Reference, objects collection