MonobjcMonobjc Documented Class Library
NSString_AppKitAdditions Class
NamespacesMonobjc.AppKitNSString_AppKitAdditions

[Missing <summary> documentation for "T:Monobjc.AppKit.NSString_AppKitAdditions"]

Declaration Syntax
C#Visual BasicVisual C++
public static class NSString_AppKitAdditions
<ExtensionAttribute> _
Public NotInheritable Class NSString_AppKitAdditions
[ExtensionAttribute]
public ref class NSString_AppKitAdditions abstract sealed
Members
All MembersMethods



IconMemberDescription
BoundingRectWithSizeOptionsAttributes(NSString, NSSize, NSStringDrawingOptions, NSDictionary)

Calculates and returns the bounding rect for the receiver drawn using the given options and display characteristics, within the specified rectangle in the current graphics context.

Original signature is '- (NSRect)boundingRectWithSize:(NSSize)size options:(NSStringDrawingOptions)options attributes:(NSDictionary *)attributes'

Available in Mac OS X v10.4 and later.


DrawAtPointWithAttributes(NSString, NSPoint, NSDictionary)

Draws the receiver with the font and other display characteristics of the given attributes, at the specified point in the currently focused view.

Original signature is '- (void)drawAtPoint:(NSPoint)aPoint withAttributes:(NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.


DrawInRectWithAttributes(NSString, NSRect, NSDictionary)

Draws the receiver with the font and other display characteristics of the given attributes, within the specified rectangle in the currently focused NSView.

Original signature is '- (void)drawInRect:(NSRect)aRect withAttributes:(NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.


DrawWithRectOptionsAttributes(NSString, NSRect, NSStringDrawingOptions, NSDictionary)

Draws the receiver with the specified options and other display characteristics of the given attributes, within the specified rectangle in the current graphics context.

Original signature is '- (void)drawWithRect:(NSRect)rect options:(NSStringDrawingOptions)options attributes:(NSDictionary *)attributes'

Available in Mac OS X v10.4 and later.


SizeWithAttributes(NSString, NSDictionary)

Returns the bounding box size the receiver occupies when drawn with the given attributes.

Original signature is '- (NSSize)sizeWithAttributes:(NSDictionary *)attributes'

Available in Mac OS X v10.0 and later.


Inheritance Hierarchy
Object
NSString_AppKitAdditions
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)