C# Class Reign.Video.D3D9.ViewPort

Inheritance: IViewPort
Show file Open project: reignstudios/ReignSDK

Public Methods

Method Description
Apply ( ) : void
Apply ( IRenderTarget renderTarget ) : void
ViewPort ( IDisposableResource parent, Point2 position, Size2 size ) : Reign.Core

Private Methods

Method Description
init ( IDisposableResource parent ) : void

Method Details

Apply() public method

public Apply ( ) : void
return void

Apply() public method

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

ViewPort() public method

public ViewPort ( IDisposableResource parent, Point2 position, Size2 size ) : Reign.Core
parent IDisposableResource
position Point2
size Size2
return Reign.Core