コード例 #1
0
 void Initialise()
 {
     mTestPaint = new Paint();
     mTestPaint.Set(this.Paint);
     //max size defaults to the initially specified text size unless it is too small
 }
コード例 #2
0
		void Initialise ()
		{
			mTestPaint = new Paint();
			mTestPaint.Set(this.Paint);
			//max size defaults to the initially specified text size unless it is too small
		}