DeltaEngine.ScreenSpaces NamespaceDelta Engine Documentation
Examples of Screenspaces can be found in the Tutorial section: http://deltawebsites/learn/tutorials#basic04
Classes

  ClassDescription
Public classCamera2DScreenSpace
Behaves like QuadraticScreenSpace but can also pan and zoom. See https://deltaengine.fogbugz.com/default.asp?W101 View code on GitHub
Public classPixelScreenSpace
Converts to and from Pixel space. https://deltaengine.fogbugz.com/default.asp?W101 View code on GitHub
Public classQuadraticScreenSpace
Converts to and from quadratic space. https://deltaengine.net/Learn/ScreenSpace View code on GitHub
Public classRelativeScreenSpace
Converts to and from Relative space. https://deltaengine.fogbugz.com/default.asp?W101 View code on GitHub
Public classScreenSpace
Converts to and from some kind of screen space like Quadratic, Pixel, etc. See http://deltaengine.net/learn/screenspace View code on GitHub