Skip to content

Instantly share code, notes, and snippets.

@gilleain
Created September 18, 2010 19:28
Show Gist options
  • Save gilleain/585973 to your computer and use it in GitHub Desktop.
Save gilleain/585973 to your computer and use it in GitHub Desktop.
AxisOrientation orientationA = AxisOrientation.Y;
AxisOrientation orientationB = AxisOrientation.X;
ILayout<IReaction> layout = new LinearReactionLayout(
new LinearMoleculeSetLayout(
new StandardMoleculeLayout(), orientationA),
new LinearMoleculeSetLayout(
new StandardMoleculeLayout(), orientationA),
2, orientationB);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment