NSStringDrawing Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for NSString to support easy screen drawing.
public static class NSStringDrawing
type NSStringDrawing = class
- Inheritance
-
NSStringDrawing
Methods
DrawString(NSString, CGPoint, UIStringAttributes) | |
DrawString(NSString, CGRect, UIStringAttributes) | |
GetSizeUsingAttributes(NSString, UIStringAttributes) |
The SizeF of the string, if rendered with the specified |
WeakDrawString(NSString, CGPoint, NSDictionary) | |
WeakDrawString(NSString, CGRect, NSDictionary) | |
WeakGetSizeUsingAttributes(NSString, NSDictionary) |
Returns the size of the rendered string. |