메소드 | 설명 | |
---|---|---|
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 |
public static New ( IDisposableResource parent, Point2 location, Size2 size ) : IViewPort | ||
parent | IDisposableResource | |
location | Point2 | |
size | Size2 | |
리턴 | IViewPort |
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 |
public static New ( VideoTypes videoType, IDisposableResource parent, Point2 location, Size2 size ) : IViewPort | ||
videoType | VideoTypes | |
parent | IDisposableResource | |
location | Point2 | |
size | Size2 | |
리턴 | IViewPort |
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 |