UIBezierPath.AddLineTo(CGPoint) 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.
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.