Share via


NSBezierPath.DrawPackedGlyphsAtPoint(IntPtr, CGPoint) Method

Definition

[Foundation.Export("drawPackedGlyphs:atPoint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void DrawPackedGlyphsAtPoint(IntPtr packedGlyphs, CoreGraphics.CGPoint point);
[<Foundation.Export("drawPackedGlyphs:atPoint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member DrawPackedGlyphsAtPoint : nativeint * CoreGraphics.CGPoint -> unit

Parameters

packedGlyphs
IntPtr

nativeint

point
CGPoint
Attributes

Applies to