Method
GeglRectanglealign_to_buffer
Declaration [src]
gboolean
gegl_rectangle_align_to_buffer (
  GeglRectangle* destination,
  const GeglRectangle* rectangle,
  GeglBuffer* buffer,
  GeglRectangleAlignment alignment
)
Description [src]
Aligns rectangle to the tile grid of buffer, and stores the result in
destination.
alignment has the same meaning as for gegl_rectangle_align().
destination may point to the same object as rectangle.
Returns TRUE if the result is not empty.
Parameters
- rectangle
- 
            Type: GeglRectangleA GeglRectangle.The data is owned by the caller of the method. 
- buffer
- 
            Type: GeglBufferA GeglBuffer.The data is owned by the caller of the method. 
- alignment
- 
            Type: GeglRectangleAlignmentA GeglRectangleAlignmentvalue.