UIStringDrawing
DrawString(NSString, CGPoint, UIFont)
DrawString(NSString, CGRect, UIFont)
DrawString(String, CGPoint, UIFont)
DrawString(String, CGRect, UIFont)
DrawString(NSString, CGRect, UIFont, UILineBreakMode)
DrawString(String, CGRect, UIFont, UILineBreakMode)
DrawString(NSString, CGPoint, nfloat, UIFont, UILineBreakMode)
DrawString(NSString, CGPoint, NFloat, UIFont, UILineBreakMode)
DrawString(NSString, CGRect, UIFont, UILineBreakMode, UITextAlignment)
DrawString(String, CGPoint, nfloat, UIFont, UILineBreakMode)
DrawString(String, CGPoint, NFloat, UIFont, UILineBreakMode)
DrawString(String, CGRect, UIFont, UILineBreakMode, UITextAlignment)
DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(NSString, CGPoint, NFloat, UIFont, NFloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(String, CGPoint, nfloat, UIFont, nfloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(String, CGPoint, NFloat, UIFont, NFloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(NSString, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(NSString, CGPoint, NFloat, UIFont, NFloat, NFloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(String, CGPoint, nfloat, UIFont, nfloat, nfloat, UILineBreakMode, UIBaselineAdjustment)
DrawString(String, CGPoint, NFloat, UIFont, NFloat, NFloat, UILineBreakMode, UIBaselineAdjustment)
StringSize(NSString, UIFont)
StringSize(String, UIFont)
StringSize(NSString, UIFont, CGSize)
StringSize(String, UIFont, CGSize)
StringSize(NSString, UIFont, CGSize, UILineBreakMode)
StringSize(NSString, UIFont, nfloat, UILineBreakMode)
StringSize(NSString, UIFont, NFloat, UILineBreakMode)
StringSize(String, UIFont, CGSize, UILineBreakMode)
StringSize(String, UIFont, nfloat, UILineBreakMode)
StringSize(String, UIFont, NFloat, UILineBreakMode)
StringSize(NSString, UIFont, nfloat, nfloat, nfloat, UILineBreakMode)
StringSize(NSString, UIFont, NFloat, NFloat, NFloat, UILineBreakMode)
StringSize(String, UIFont, nfloat, nfloat, nfloat, UILineBreakMode)
StringSize(String, UIFont, NFloat, NFloat, NFloat, UILineBreakMode)
xamarinios
namespace UIKit
{
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public static class UIStringDrawing
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.iOS, 7, 0, PlatformArchitecture.All, "Use 'NSString.DrawString (CGRect, UIStringAttributes)' instead.")]
[Export("drawAtPoint:forWidth:withFont:fontSize:lineBreakMode:baselineAdjustment:")]
[ThreadSafe]
public static CGSize DrawString(this NSString! This, CGPoint point, nfloat width, UIFont! font, nfloat fontSize, UILineBreakMode breakMode, UIBaselineAdjustment adjustment);
}
}
Xamarin iOS | 0.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API