C# Class Reign.Video.IViewPort

Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
IViewPort ( Point2 position, Size2 size ) : Reign.Core

Method Details

Apply() public abstract méthode

public abstract Apply ( ) : void
Résultat void

Apply() public abstract méthode

public abstract Apply ( IRenderTarget renderTarget ) : void
renderTarget IRenderTarget
Résultat void

IViewPort() protected méthode

protected IViewPort ( Point2 position, Size2 size ) : Reign.Core
position Point2
size Size2
Résultat Reign.Core

Set() public méthode

public Set ( Point2 position, Size2 size ) : void
position Point2
size Size2
Résultat void

Set() public méthode

public Set ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
Résultat void