Lingo Dictionary > O-R > regPointVertex

 

regPointVertex

Syntax

vectorMember.regPointVertex
the regPointVertex of vectorMember

Description

Cast member property; indicates whether a vertex of vectorCastMember is used as the registration point for that cast member. If the value is zero, the registration point is determined normally, using the centerRegPoint and regPoint properties. If the value is nonzero, it indicates the position in the vertextList of the vertex being used as the registration point. The centerRegPoint is set to FALSE and the regPoint is set to the location of that vertex.

Example

This statement makes the registration point for the vector shape cast member Squiggle correspond to the the location of the third vertex:

member("squiggle").regPointVertex=3

centerRegPoint, regPoint