DirectAnimation Animated Header --DAJoinStyle Class DirectAnimation Animated Header --DAJoinStyle Class* Microsoft DirectAnimation SDK
*Index  *Topic Contents
*Previous Topic: IDASite Class
*Next Topic: DALineStyle Class

DAJoinStyle Class


Creates a DAJoinStyle that represents a (potentially) animated join style. The object defines the style (shape) of the joint between intersecting line segments in a path. A joint is drawn only if some portions of the segments do not touch or overlap at the common endpoint. In this case, the outside corners of the line segments are connected and the resulting enclosed area is filled with the same color as the line.

Use a DAJoinStyle object with the Join function of the DALineStyle class.

This class inherits from DABehavior.

There are no DAJoinStyle functions, except the functions it inherits from the DABehavior class.

Relevant Properties from the DAStatics Class

The following properties are defined in the DAStatics class and are most relevant to objects of type DAJoinStyle.

lib.JoinStyleBevel

lib.JoinStyleMiter

lib.JoinStyleRound

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

*Top of Page