These constants are used by the primitive drawing methods to determine if drawing occurs outside of the gradient start and end locations.
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public enum NSGradientDrawingOptions
Public Enumeration NSGradientDrawingOptions
public enum class NSGradientDrawingOptions

Member | Description |
---|---|
NSGradientDrawsBeforeStartingLocation | Drawing extends before the gradient starting point. Available in Mac OS X v10.5 and later. |
NSGradientDrawsAfterEndingLocation | Drawing extends beyond the gradient end point. Available in Mac OS X v10.5 and later. |

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