DAStatics Properties Relevant to DAJoinStyle Objects

JoinStyleBevel A read-only property with a DAJoinStyle object value that joins two line segments by drawing a straight line between the outside corners of the segments and filling the resulting enclosed area.
JoinStyleMiter A read-only property with a DAJoinStyle value that joins two line segments by extending the outside edges of the segments until they intersect and filling the resulting enclosed area.
JoinStyleRound A read-only property with a DAJoinStyle value that joins two line segments by drawing an arc between the outside corners of the segments and filling the resulting enclosed area.

JoinStyleBevel

DAStatics Class

A read-only property with a DAJoinStyle object value that joins two line segments by drawing a straight line between the outside corners of the segments and filling the resulting enclosed area.

Syntax

lib.JoinStyleBevel

JoinStyleMiter

DAStatics Class

A DAJoinStyle value that joins two line segments by extending the outside edges of the segments until they intersect and filling the resulting enclosed area. The miter length is defined as the distance from the intersection of the line walls on the inside of the join to the intersection of the line walls on the outside of the join.

Syntax

lib.JoinStyleMiter

JoinStyleRound

DAStatics Class

A DAJoinStyle value that joins two line segments by drawing an arc between the outside corners of the segments and filling the resulting enclosed area. The center of the arc is at the common endpoint, the diameter is the width of the line.

Syntax

lib.JoinStyleRound


Top of Page Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.