C# 클래스 Reign.Video.Vita.ViewPort

상속: ViewPortI
파일 보기 프로젝트 열기: reignstudios/ReignSDK

공개 메소드들

메소드 설명
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

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

Apply() 공개 메소드

public Apply ( RenderTargetI renderTarget ) : void
renderTarget RenderTargetI
리턴 void

New() 공개 정적인 메소드

public static New ( VideoI video, Point2 location, Size2 size ) : ViewPort
video VideoI
location Point2
size Size2
리턴 ViewPort

New() 공개 정적인 메소드

public static New ( VideoI video, int x, int y, int width, int height ) : ViewPort
video VideoI
x int
y int
width int
height int
리턴 ViewPort

ViewPort() 공개 메소드

public ViewPort ( VideoI video, Point2 location, Size2 size ) : System
video VideoI
location Point2
size Size2
리턴 System

ViewPort() 공개 메소드

public ViewPort ( VideoI video, int x, int y, int width, int height ) : System
video VideoI
x int
y int
width int
height int
리턴 System