Drawing locations for gradients.
Available in Mac OS X v10.5 and later.

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

Member | Description |
---|---|
kCGGradientDrawsBeforeStartLocation | The fill should extend beyond the starting location. The color that extends beyond the starting point is the solid color defined by the CGGradient object to be at location 0. Available in Mac OS X v10.5 and later. |
kCGGradientDrawsAfterEndLocation | The fill should extend beyond the ending location. The color that extends beyond the ending point is the solid color defined by the CGGradient object to be at location 1. 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)