Beispiel #1
0
		public override void Layout(LayoutInfo transform)
		{
			Height = transform.MpToPixelsY(MpHeight) + SurroundHeight(transform);
			Width = transform.MpToPixelsX(MpWidth) + SurroundWidth(transform);
		}
Beispiel #2
0
 public override void Layout(LayoutInfo transform)
 {
     Height = transform.MpToPixelsY(MpHeight) + SurroundHeight(transform);
     Width  = transform.MpToPixelsX(MpWidth) + SurroundWidth(transform);
 }