NSGradient.DrawFromCenterRadius Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("drawFromCenter:radius:toCenter:radius:options:")]
public virtual void DrawFromCenterRadius (CoreGraphics.CGPoint startCenter, nfloat startRadius, CoreGraphics.CGPoint endCenter, nfloat endRadius, AppKit.NSGradientDrawingOptions options);
abstract member DrawFromCenterRadius : CoreGraphics.CGPoint * nfloat * CoreGraphics.CGPoint * nfloat * AppKit.NSGradientDrawingOptions -> unit
override this.DrawFromCenterRadius : CoreGraphics.CGPoint * nfloat * CoreGraphics.CGPoint * nfloat * AppKit.NSGradientDrawingOptions -> unit
Parameters
- startCenter
- CGPoint
- startRadius
- nfloat
- endCenter
- CGPoint
- endRadius
- nfloat
- options
- NSGradientDrawingOptions
- Attributes