


XCreateRegion(3X11)					  XCreateRegion(3X11)
X11R5									X11R5



NAME
  XCreateRegion, XSetRegion, XDestroyRegion - create or	destroy	regions

SYNTAX
  Region XCreateRegion()

  XSetRegion(_d_i_s_p_l_a_y, _g_c, _r)
	Display	*_d_i_s_p_l_a_y;
	GC _g_c;
	Region _r;

  XDestroyRegion(_r)
	Region _r;

ARGUMENTS

  _d_i_s_p_l_a_y   Specifies the connection to	the X server.

  _g_c	    Specifies the GC.

  _r	    Specifies the region.

DESCRIPTION
  The _X_C_r_e_a_t_e_R_e_g_i_o_n function creates a new empty region.

  The _X_S_e_t_R_e_g_i_o_n function sets the clip-mask in	the GC to the specified
  region.  Once	it is set in the GC, the region	can be destroyed.

  The _X_D_e_s_t_r_o_y_R_e_g_i_o_n function deallocates the storage associated with a
  specified region.

SEE ALSO
  XEmptyRegion(3X11), XIntersectRegion(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e	delim off
























