示例#1
0
// Clears resources associated with the wand
func (pw *PixelWand) Clear() {
	C.ClearPixelWand(pw.pw)
}
示例#2
0
// Clears resources associated with the wand.
func (p *PixelWand) Clear() {
	C.ClearPixelWand(p.wand)
}