MonobjcMonobjc Documented Class Library
NSLineCapStyle Enumeration
NamespacesMonobjc.AppKitNSLineCapStyle

These constants specify the shape of endpoints for an open path when stroked.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSLineCapStyle
Public Enumeration NSLineCapStyle
public enum class NSLineCapStyle
Members
MemberDescription
NSButtLineCapStyle

Specifies a butt line cap style for endpoints for an open path when stroked.

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

Available in Mac OS X v10.0 and later.


NSRoundLineCapStyle

Specifies a round line cap style for endpoints for an open path when stroked.

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

Available in Mac OS X v10.0 and later.


NSSquareLineCapStyle

Specifies a square line cap style for endpoints for an open path when stroked.

See the setDefaultLineCapStyle: 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)