Share via


NSTextLayoutFragment.Draw(CGPoint, CGContext) Method

Definition

[Foundation.Export("drawAtPoint:inContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Draw(CoreGraphics.CGPoint point, CoreGraphics.CGContext context);
[<Foundation.Export("drawAtPoint:inContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Draw : CoreGraphics.CGPoint * CoreGraphics.CGContext -> unit
override this.Draw : CoreGraphics.CGPoint * CoreGraphics.CGContext -> unit

Parameters

point
CGPoint
context
CGContext
Attributes

Applies to