commandGWorld method

EasyClip commandGWorld(
  1. int width,
  2. int height
)

Implementation

EasyClip commandGWorld( int width, int height ){
	_setEnv();
	ClipProc.doCommandGWorld( width, height );
	ClipProc.procGWorld().create( width, height, true, false );
	return this;
}