app: add a transform matrix to GimpCanvasPolygon and all API using it
This commit is contained in:
@ -52,10 +52,12 @@ GType gimp_canvas_polygon_get_type (void) G_GNUC_CONST;
|
||||
GimpCanvasItem * gimp_canvas_polygon_new (GimpDisplayShell *shell,
|
||||
const GimpVector2 *points,
|
||||
gint n_points,
|
||||
GimpMatrix3 *transform,
|
||||
gboolean filled);
|
||||
GimpCanvasItem * gimp_canvas_polygon_new_from_coords (GimpDisplayShell *shell,
|
||||
const GimpCoords *coords,
|
||||
gint n_coords,
|
||||
GimpMatrix3 *transform,
|
||||
gboolean filled);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user