MonoTouch.Dialog.LoadMoreElement.GetTextSize C# (CSharp) 메소드

GetTextSize() 개인적인 메소드

private GetTextSize ( ) : SizeF
리턴 SizeF
		SizeF GetTextSize ()
		{
			return new NSString (caption.Text).StringSize (font, UIScreen.MainScreen.Bounds.Width, UILineBreakMode.TailTruncation);
		}