UIBezierPath.AddLineTo(CGPoint) Method

Definition

Appends a straight line to this UIBezierPath.

[Foundation.Export("addLineToPoint:")]
public virtual void AddLineTo (CoreGraphics.CGPoint point);
abstract member AddLineTo : CoreGraphics.CGPoint -> unit
override this.AddLineTo : CoreGraphics.CGPoint -> unit

Parameters

point
CGPoint
Attributes

Remarks

This can be used from a background thread.

Applies to