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("drawInRect:withFont:")]
[ThreadSafe]
public static CGSize DrawString(this NSString! This, CGRect rect, UIFont! font);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.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