private void setClipViewport(Region region) { int width = region.getWidth(); int height = region.getHeight(); Rectangle rect = new Rectangle(0, 0, width, ...
確定! 回上一頁