MonobjcMonobjc Documented Class Library
NSLineJoinStyle Enumeration
NamespacesMonobjc.AppKitNSLineJoinStyle

These constants specify the shape of the joints between connected segments of a stroked path.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSLineJoinStyle
Public Enumeration NSLineJoinStyle
public enum class NSLineJoinStyle
Members
MemberDescription
NSMiterLineJoinStyle

Specifies a miter line shape of the joints between connected segments of a stroked path.

See the setDefaultLineJoinStyle: method for an example of the appearance.

Available in Mac OS X v10.0 and later.


NSRoundLineJoinStyle

Specifies a round line shape of the joints between connected segments of a stroked path.

See the setDefaultLineJoinStyle: method for an example of the appearance.

Available in Mac OS X v10.0 and later.


NSBevelLineJoinStyle

Specifies a bevel line shape of the joints between connected segments of a stroked path.

See the setDefaultLineJoinStyle: method for an example of the appearance.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)