C# Class Reign.Video.IViewPort

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
Apply ( ) : void
Apply ( IRenderTarget renderTarget ) : void
Set ( Point2 position, Size2 size ) : void
Set ( int x, int y, int width, int height ) : void

Protected Methods

Method Description
IViewPort ( Point2 position, Size2 size ) : Reign.Core

Method Details

Apply() public abstract method

public abstract Apply ( ) : void
return void

Apply() public abstract method

public abstract Apply ( IRenderTarget renderTarget ) : void
renderTarget IRenderTarget
return void

IViewPort() protected method

protected IViewPort ( Point2 position, Size2 size ) : Reign.Core
position Point2
size Size2
return Reign.Core

Set() public method

public Set ( Point2 position, Size2 size ) : void
position Point2
size Size2
return void

Set() public method

public Set ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
return void