C# Class Reign.Video.Vita.ViewPort

Inheritance: ViewPortI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Apply ( ) : void
Apply ( RenderTargetI renderTarget ) : void
New ( VideoI video, Point2 location, Size2 size ) : ViewPort
New ( VideoI video, int x, int y, int width, int height ) : ViewPort
ViewPort ( VideoI video, Point2 location, Size2 size ) : System
ViewPort ( VideoI video, int x, int y, int width, int height ) : System

Method Details

Apply() public méthode

public Apply ( ) : void
Résultat void

Apply() public méthode

public Apply ( RenderTargetI renderTarget ) : void
renderTarget RenderTargetI
Résultat void

New() public static méthode

public static New ( VideoI video, Point2 location, Size2 size ) : ViewPort
video VideoI
location Point2
size Size2
Résultat ViewPort

New() public static méthode

public static New ( VideoI video, int x, int y, int width, int height ) : ViewPort
video VideoI
x int
y int
width int
height int
Résultat ViewPort

ViewPort() public méthode

public ViewPort ( VideoI video, Point2 location, Size2 size ) : System
video VideoI
location Point2
size Size2
Résultat System

ViewPort() public méthode

public ViewPort ( VideoI video, int x, int y, int width, int height ) : System
video VideoI
x int
y int
width int
height int
Résultat System