commandWindow method
Implementation
EasyClip commandWindow( double left, double bottom, double right, double top ){
_setEnv();
ClipProc.doCommandWindow( left, bottom, right, top );
ClipProc.procGWorld().setWindowIndirect( left, bottom, right, top );
return this;
}