Method | Description | |
---|---|---|
Apply ( ) : void | ||
Apply ( IRenderTarget renderTarget ) : void | ||
Set ( Point2 position, Size2 size ) : void | ||
Set ( int x, int y, int width, int height ) : void |
Method | Description | |
---|---|---|
IViewPort ( Point2 position, Size2 size ) : Reign.Core |
public abstract Apply ( IRenderTarget renderTarget ) : void | ||
renderTarget | IRenderTarget | |
return | void |
protected IViewPort ( Point2 position, Size2 size ) : Reign.Core | ||
position | Point2 | |
size | Size2 | |
return | Reign.Core |
public Set ( Point2 position, Size2 size ) : void | ||
position | Point2 | |
size | Size2 | |
return | void |
public Set ( int x, int y, int width, int height ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
return | void |