コード例 #1
0
 public void SetSource(wl_fixed x, wl_fixed y, wl_fixed width, wl_fixed height) => ViewporterBindings.wp_viewport_set_source(Pointer, x, y, width, height);
コード例 #2
0
 public void SetDestination(int width, int height) => ViewporterBindings.wp_viewport_set_destination(Pointer, width, height);
コード例 #3
0
 public void Destroy() => ViewporterBindings.wp_viewport_destroy(Pointer);