Share via


NSBezierPath.RelativeLineTo(CGPoint) Method

Definition

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

Parameters

point
CGPoint
Attributes

Applies to