}
int brush = Gdip.PathGradientBrush_new(path.handle);
if (brush == 0)
SWT.error(SWT.ERROR_NO_HANDLES);
PointF point = new PointF();
point.X = centerPoint[0];
point.Y = centerPoint[1];
Gdip.PathGradientBrush_SetCenterPoint(brush, point);
int colorRef = centerColor.handle;