예제 #1
0
파일: openvg.go 프로젝트: xranby/openvg
// StrokeWidth sets the stroke width
func StrokeWidth(w float64) {
	C.StrokeWidth(C.VGfloat(w))
}
예제 #2
0
// StrokeWidth sets the stroke width
func StrokeWidth(w VGfloat) {
	C.StrokeWidth(C.VGfloat(w))
}