SIL.FieldWorks.SharpViews.Box.SurroundHeight C# (CSharp) 메소드

SurroundHeight() 개인적인 메소드

The sum of the top and bottom gaps, that is, how much higher a box is because of its top and bottom margin, border, and pad.
private SurroundHeight ( LayoutTransform trans ) : int
trans LayoutTransform
리턴 int
		internal int SurroundHeight(LayoutTransform trans)
		{
			return GapTop(trans) + GapBottom(trans);
		}