C# Class Sparrow.Display.Stage

Inheritance: DisplayObjectContainer
Mostrar archivo Open project: fmotagarcia/sparrow-sharp Class Usage Examples

Public Methods

Method Description
HitTestPoint ( Point localPoint ) : DisplayObject
Render ( RenderSupport support ) : void

Private Methods

Method Description
AdvanceTime ( float passedTime ) : void
SetDrawableArea ( uint width, uint height ) : void
Stage ( float width, float height ) : Sparrow.Core

Initializes a stage with a certain size in points. Sparrow calls this automatically on startup.

Method Details

HitTestPoint() public method

public HitTestPoint ( Point localPoint ) : DisplayObject
localPoint Point
return DisplayObject

Render() public method

public Render ( RenderSupport support ) : void
support Sparrow.Core.RenderSupport
return void