MonobjcMonobjc Documented Class Library
CGGradientDrawingOptions Enumeration
NamespacesMonobjc.ApplicationServicesCGGradientDrawingOptions

Drawing locations for gradients.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum CGGradientDrawingOptions
Public Enumeration CGGradientDrawingOptions
public enum class CGGradientDrawingOptions
Members
MemberDescription
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.


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)