class System.Windows.Forms.Layout.LayoutEngine
   inherits System.Object
   abstract:

   constructor protected LayoutEngine():
   end constructor.

   method public void InitLayout(input child as System.Object, input specified as System.Windows.Forms.BoundsSpecified):
   end method.

   method public logical Layout(input container as System.Object, input layoutEventArgs as System.Windows.Forms.LayoutEventArgs):
   end method.

end class.
