Method | Description | |
---|---|---|
Apply ( ) : void | ||
Apply ( RenderTargetI renderTarget ) : void | ||
New ( VideoI video, Point2 location, Size2 size ) : |
||
New ( VideoI video, int x, int y, int width, int height ) : |
||
ViewPort ( VideoI video, Point2 location, Size2 size ) : System | ||
ViewPort ( VideoI video, int x, int y, int width, int height ) : System |
public Apply ( RenderTargetI renderTarget ) : void | ||
renderTarget | RenderTargetI | |
return | void |
public static New ( VideoI video, Point2 location, Size2 size ) : |
||
video | VideoI | |
location | Point2 | |
size | Size2 | |
return |
public static New ( VideoI video, int x, int y, int width, int height ) : |
||
video | VideoI | |
x | int | |
y | int | |
width | int | |
height | int | |
return |
public ViewPort ( VideoI video, Point2 location, Size2 size ) : System | ||
video | VideoI | |
location | Point2 | |
size | Size2 | |
return | System |
public ViewPort ( VideoI video, int x, int y, int width, int height ) : System | ||
video | VideoI | |
x | int | |
y | int | |
width | int | |
height | int | |
return | System |