Share via


UIBezierPath.AddLineTo(CGPoint) Method

Definition

[Foundation.Export("addLineToPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AddLineTo(CoreGraphics.CGPoint point);
[<Foundation.Export("addLineToPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddLineTo : CoreGraphics.CGPoint -> unit
override this.AddLineTo : CoreGraphics.CGPoint -> unit

Parameters

point
CGPoint
Attributes

Applies to