Ejemplo n.º 1
0
// Scale scales the coordinate system by (x,y)
func Scale(x, y float64) {
	C.Scale(C.VGfloat(x), C.VGfloat(y))
}
Ejemplo n.º 2
0
// Scale scales the coordinate system by (x,y)
func Scale(x, y VGfloat) {
	C.Scale(C.VGfloat(x), C.VGfloat(y))
}