DirectAnimation Animated Header --DAStatic Properties Relevant to DAJoinStyle Objects DirectAnimation Animated Header --DAStatic Properties Relevant to DAJoinStyle Objects* Microsoft DirectAnimation SDK
*Contents  *Index  *Topic Contents
*Previous Topic: DAStatic Properties Relevant to DAImage Objects
*Next Topic: DAStatic Properties Relevant to DALineStyle Objects

DAStatic Properties Relevant to DAJoinStyle Objects



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.

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.

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.

lib.JoinStyleRound

© 1998 Microsoft Corporation. All rights reserved. Terms of Use.

*Top of Page