C# 클래스 Reign.Video.Abstraction.ViewPortAPI

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

공개 메소드들

메소드 설명
New ( IDisposableResource parent, Point2 location, Size2 size ) : IViewPort
New ( IDisposableResource parent, int x, int y, int width, int height ) : IViewPort
New ( VideoTypes videoType, IDisposableResource parent, Point2 location, Size2 size ) : IViewPort
New ( VideoTypes videoType, IDisposableResource parent, int x, int y, int width, int height ) : IViewPort

메소드 상세

New() 공개 정적인 메소드

public static New ( IDisposableResource parent, Point2 location, Size2 size ) : IViewPort
parent IDisposableResource
location Point2
size Size2
리턴 IViewPort

New() 공개 정적인 메소드

public static New ( IDisposableResource parent, int x, int y, int width, int height ) : IViewPort
parent IDisposableResource
x int
y int
width int
height int
리턴 IViewPort

New() 공개 정적인 메소드

public static New ( VideoTypes videoType, IDisposableResource parent, Point2 location, Size2 size ) : IViewPort
videoType VideoTypes
parent IDisposableResource
location Point2
size Size2
리턴 IViewPort

New() 공개 정적인 메소드

public static New ( VideoTypes videoType, IDisposableResource parent, int x, int y, int width, int height ) : IViewPort
videoType VideoTypes
parent IDisposableResource
x int
y int
width int
height int
리턴 IViewPort