Share via


NSPathCell.GetPathComponent(CGPoint, CGRect, NSView) Method

Definition

[Foundation.Export("pathComponentCellAtPoint:withFrame:inView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSPathComponentCell GetPathComponent(CoreGraphics.CGPoint point, CoreGraphics.CGRect frame, AppKit.NSView view);
[<Foundation.Export("pathComponentCellAtPoint:withFrame:inView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPathComponent : CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSView -> AppKit.NSPathComponentCell
override this.GetPathComponent : CoreGraphics.CGPoint * CoreGraphics.CGRect * AppKit.NSView -> AppKit.NSPathComponentCell

Parameters

point
CGPoint
frame
CGRect
view
NSView

Returns

Attributes

Applies to