Method
GimpUiPreviewtransform
Declaration [src]
void
gimp_preview_transform (
GimpPreview* preview,
gint src_x,
gint src_y,
gint* dest_x,
gint* dest_y
)
Parameters
src_x |
gint |
Horizontal position on the previewed image. |
|
src_y |
gint |
Vertical position on the previewed image. |
|
dest_x |
gint* |
Returns the transformed horizontal position. |
|
The argument will be set by the function. | |
dest_y |
gint* |
Returns the transformed vertical position. |
|
The argument will be set by the function. |