SceneScreenSpace ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.ScreenSpaces ScreenSpace
    DeltaEngine.ScreenSpaces QuadraticScreenSpace
      DeltaEngine.Editor.UIEditor SceneScreenSpace

Namespace: DeltaEngine.Editor.UIEditor
Assembly: DeltaEngine.Editor.UIEditor (in DeltaEngine.Editor.UIEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class SceneScreenSpace : QuadraticScreenSpace

The SceneScreenSpace type exposes the following members.

Constructors

  NameDescription
Public methodSceneScreenSpace
Initializes a new instance of the SceneScreenSpace class
Top
Methods

  NameDescription
Public methodDispose (Inherited from ScreenSpace.)
Public methodForcedUpdate
Public methodFromPixelSpace(Rectangle) (Inherited from ScreenSpace.)
Public methodFromPixelSpace(Size) (Inherited from QuadraticScreenSpace.)
Public methodFromPixelSpace(Vector2D) (Inherited from QuadraticScreenSpace.)
Public methodGetInnerPosition (Inherited from QuadraticScreenSpace.)
Protected methodRaiseViewportSizeChanged (Inherited from ScreenSpace.)
Public methodToPixelSpace(Rectangle) (Inherited from ScreenSpace.)
Public methodToPixelSpace(Size) (Inherited from QuadraticScreenSpace.)
Public methodToPixelSpace(Vector2D) (Inherited from QuadraticScreenSpace.)
Public methodToPixelSpaceRounded
The rounded version of ToPixelSpace is used for lines, boxes and fonts where it matters to actually render at exact pixel positions to get sharp lines, boxes or font rendering. View code on GitHub
(Inherited from ScreenSpace.)
Protected methodUpdate (Overrides QuadraticScreenSpace Update(Size).)
Top
Fields

  NameDescription
Protected fieldviewportPixelSize (Inherited from ScreenSpace.)
Top
Properties

  NameDescription
Public propertyAspectRatio (Inherited from ScreenSpace.)
Public propertyBottom (Inherited from QuadraticScreenSpace.)
Public propertyBottomRight (Inherited from QuadraticScreenSpace.)
Public propertyLeft (Inherited from QuadraticScreenSpace.)
Public propertyRight (Inherited from QuadraticScreenSpace.)
Public propertySceneResolution
Public propertyTop (Inherited from QuadraticScreenSpace.)
Public propertyTopLeft (Inherited from QuadraticScreenSpace.)
Public propertyViewport (Inherited from ScreenSpace.)
Top
Events

  NameDescription
Public eventViewportSizeChanged (Inherited from ScreenSpace.)
Top
See Also