Class NPatchInfo

java.lang.Object
com.raylib.jextract.NPatchInfo

public class NPatchInfo extends Object
struct NPatchInfo {
    Rectangle source;
    int left;
    int top;
    int right;
    int bottom;
    int layout;
}