Share via


NSBezierPath.AppendPathWithRect(CGRect) Method

Definition

[Foundation.Export("appendBezierPathWithRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AppendPathWithRect(CoreGraphics.CGRect rect);
[<Foundation.Export("appendBezierPathWithRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AppendPathWithRect : CoreGraphics.CGRect -> unit
override this.AppendPathWithRect : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect
Attributes

Applies to