Share via


NSBezierPath.RelativeMoveTo(CGPoint) Method

Definition

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

Parameters

point
CGPoint
Attributes

Applies to