Creates an object that represents a joinstyle behavior. The behavior defines the style (shape) of 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.
You use the endstyle behavior with the join method of the LineStyleBvr object.
For relevant fields from the Statics class, see Statics Fields Relevant to JoinStyleBvr Objects.
JoinStyleBvr Methods
newUninitBvr Enables you to refer to a JoinStyleBvr behavior before that behavior has been defined.
Enables you to refer to a JoinStyleBvr behavior before that behavior has been defined. With this method you can create the behavior and use it in the definition of other behaviors, but not actually define its contents until some later point. (This is accomplished with the init method, which is available on all behaviors.) The system generates a run-time error if you initialize a non-uninitialized behavior, initialize an uninitialized behavior that has already been initialized, or run an initialized behavior that has not yet been initialized.
Syntax
public static JoinStyleBvr newUninitBvr( );
Return Value
Returns the JoinStyleBvr object.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.