C# 클래스 Reign.Video.IViewPort

파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( ) : void
Apply ( IRenderTarget renderTarget ) : void
Set ( Point2 position, Size2 size ) : void
Set ( int x, int y, int width, int height ) : void

보호된 메소드들

메소드 설명
IViewPort ( Point2 position, Size2 size ) : Reign.Core

메소드 상세

Apply() 공개 추상적인 메소드

public abstract Apply ( ) : void
리턴 void

Apply() 공개 추상적인 메소드

public abstract Apply ( IRenderTarget renderTarget ) : void
renderTarget IRenderTarget
리턴 void

IViewPort() 보호된 메소드

protected IViewPort ( Point2 position, Size2 size ) : Reign.Core
position Point2
size Size2
리턴 Reign.Core

Set() 공개 메소드

public Set ( Point2 position, Size2 size ) : void
position Point2
size Size2
리턴 void

Set() 공개 메소드

public Set ( int x, int y, int width, int height ) : void
x int
y int
width int
height int
리턴 void