-
public class ViewportSpecifies a rectangular region within a render target in terms of pixel coordinates.
The rectangle spans from
(left,bottom)to(left+width-1, top+height-1), inclusive. Width and height must be non-negative.
-
-
Constructor Summary
Constructors Constructor Description Viewport(int left, int bottom, int width, int height)
-