function Extent()
{
	var self = this;
	
	this.MinX;
	this.MinY;
	this.MaxX;
	this.MaxY;
}
