NSGradient
NSGradient()
NSGradient(IntPtr)
NSGradient(NativeHandle)
NSGradient(NSCoder)
NSGradient(NSColor[])
NSGradient(NSObjectFlag)
NSGradient(NSColor, NSColor)
NSGradient(NSColor[], Double[])
NSGradient(NSColor[], Single[])
NSGradient(NSColor[], Double[], NSColorSpace)
NSGradient(NSColor[], Single[], NSColorSpace)
ClassHandle
ColorSpace
ColorStopsCount
Copy(NSZone)
DrawFromCenterRadius(CGPoint, nfloat, CGPoint, nfloat, NSGradientDrawingOptions)
DrawFromCenterRadius(CGPoint, NFloat, CGPoint, NFloat, NSGradientDrawingOptions)
DrawFromPoint(CGPoint, CGPoint, NSGradientDrawingOptions)
DrawInBezierPath(NSBezierPath, CGPoint)
DrawInBezierPath(NSBezierPath, nfloat)
DrawInBezierPath(NSBezierPath, NFloat)
DrawInRect(CGRect, CGPoint)
DrawInRect(CGRect, nfloat)
DrawInRect(CGRect, NFloat)
EncodeTo(NSCoder)
GetColor(NSColor, nfloat, nint)
GetColor(NSColor, NFloat, nint)
GetInterpolatedColor(nfloat)
GetInterpolatedColor(NFloat)
xamarinmac
namespace AppKit
{
[Register("NSGradient", true)]
public class NSGradient : NSObject, INSCoding, INSCopying, INSSecureCoding, INativeObject, IDisposable
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("drawInRect:relativeCenterPosition:")]
public virtual void DrawInRect(CGRect rect, CGPoint relativeCenterPosition);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API