commandGWorld24 method

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

Implementation

EasyClip commandGWorld24( int width, int height ){
	_setEnv();
	ClipProc.doCommandGWorld24( width, height );
	ClipProc.procGWorld().create( width, height, true, true );
	return this;
}