示例#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))
}