NSBezierPath.CurveTo 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.
Overloads
| Name | Description |
|---|---|
| CurveTo(CGPoint, CGPoint) | |
| CurveTo(CGPoint, CGPoint, CGPoint) |
CurveTo(CGPoint, CGPoint)
[Foundation.Export("curveToPoint:controlPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CurveTo(CoreGraphics.CGPoint endPoint, CoreGraphics.CGPoint controlPoint);
[<Foundation.Export("curveToPoint:controlPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CurveTo : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
override this.CurveTo : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
Parameters
- endPoint
- CGPoint
- controlPoint
- CGPoint
- Attributes
Applies to
CurveTo(CGPoint, CGPoint, CGPoint)
[Foundation.Export("curveToPoint:controlPoint1:controlPoint2:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void CurveTo(CoreGraphics.CGPoint endPoint, CoreGraphics.CGPoint controlPoint1, CoreGraphics.CGPoint controlPoint2);
[<Foundation.Export("curveToPoint:controlPoint1:controlPoint2:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CurveTo : CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
override this.CurveTo : CoreGraphics.CGPoint * CoreGraphics.CGPoint * CoreGraphics.CGPoint -> unit
Parameters
- endPoint
- CGPoint
- controlPoint1
- CGPoint
- controlPoint2
- CGPoint
- Attributes