MonobjcMonobjc Documented Class Library
AppendBezierPathWithPackedGlyphs Method (packedGlyphs)
NamespacesMonobjc.AppKitNSBezierPathAppendBezierPathWithPackedGlyphs(IntPtr)

Appends an array of packed glyphs to the receiver’s path.

Original signature is '- (void)appendBezierPathWithPackedGlyphs:(const char *)packedGlyphs'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AppendBezierPathWithPackedGlyphs(
	IntPtr packedGlyphs
)
Public Overridable Sub AppendBezierPathWithPackedGlyphs ( _
	packedGlyphs As IntPtr _
)
public:
virtual void AppendBezierPathWithPackedGlyphs(
	IntPtr packedGlyphs
)
Parameters
packedGlyphs (IntPtr)
A C-style array containing one or more CGGlyph data types terminated by a NULL character.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)