C# Class MegaMan.Editor.Bll.Algorithms.ConnectedScreenSegment

Mostrar archivo Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method Description
CollidesWidth ( ConnectedScreenSegment otherSegment ) : bool
GrowLayout ( ScreenDocument screen, IEnumerable allScreens ) : void

Private Methods

Method Description
GrowLayout ( ScreenDocument screen, IEnumerable allScreens, Point location ) : void
NormalizePositions ( ) : void

Method Details

CollidesWidth() public method

public CollidesWidth ( ConnectedScreenSegment otherSegment ) : bool
otherSegment ConnectedScreenSegment
return bool

GrowLayout() public method

public GrowLayout ( ScreenDocument screen, IEnumerable allScreens ) : void
screen ScreenDocument
allScreens IEnumerable
return void