package shape

import (
	
	
)

type shapeImage struct {
	*baseShape
}

func ( *geo.Box) Shape {
	 := shapeImage{
		baseShape: &baseShape{
			Type: IMAGE_TYPE,
			Box:  ,
		},
	}
	.FullShape = go2.Pointer(Shape())
	return 
}

func ( shapeImage) () bool {
	return true
}

func ( shapeImage) () (,  float64) {
	return 0, 0
}