MonoMobile.Views.VerticalAlignmnentLabel.DrawText C# (CSharp) Method

DrawText() public method

public DrawText ( RectangleF rect ) : void
rect System.Drawing.RectangleF
return void
		public override void DrawText(RectangleF rect)
		{ 
			RectangleF bounds = TextRectForBounds(rect, Lines); 

			base.DrawText(bounds); 
		}