com.sun.jna.examples
public static interface RasterRangesUtils.RangesOutput
Method Summary | |
---|---|
boolean | outputRange(int x, int y, int w, int h)
Output a rectangular range. |
Parameters: x x coordinate of the top-left corner of the range y y coordinate of the top-left corner of the range w width of the range h height of the range
Returns: true if the output succeeded, false otherwise