UIKit.NSStringDrawing Members

The members of UIKit.NSStringDrawing are listed below.

See Also: Inherited members from System.Object

Public Methods

static
DrawString(this Foundation.NSString, UIStringAttributes, CoreGraphics.CGPoint)
Draws the string at the specified point and with the specified attributes.
static
DrawString(this Foundation.NSString, UIStringAttributes, CoreGraphics.CGRect)
Draws the string in the specified rect and with the specified attributes.
static
GetSizeUsingAttributes(this Foundation.NSString, UIStringAttributes) : CoreGraphics.CGSize
The SizeF of the string, if rendered with the specified attributes.
static
WeakDrawString(this Foundation.NSString, Foundation.NSDictionary, CoreGraphics.CGPoint)
Documentation for this section has not yet been entered.
static
WeakDrawString(this Foundation.NSString, Foundation.NSDictionary, CoreGraphics.CGRect)
Documentation for this section has not yet been entered.
static
WeakGetSizeUsingAttributes(this Foundation.NSString, Foundation.NSDictionary) : CoreGraphics.CGSize
Documentation for this section has not yet been entered.