Rectangles

These are the methods for creating and using rectangular paths for PDF graphics operations.

FigureMaker methods

append_frame_to_path()  [ doc ]

append_rect_to_path(x, y, width, height)  [ doc ]

append_rounded_rect_to_path(x, y, width, height, dx, dy)  [ doc | example ]

clip_rect(x, y, width, height)  [ doc ]

clip_rounded_rect(x, y, width, height, dx, dy)  [ doc ]

clip_to_frame()  [ doc ]

fill_and_stroke_frame()  [ doc ]

fill_and_stroke_rect(x, y, width, height)  [ doc ]

fill_and_stroke_rounded_rect(x, y, width, height, dx, dy)  [ doc ]

fill_frame()  [ doc ]

fill_rect(x, y, width, height)  [ doc ]

fill_rounded_rect(x, y, width, height, dx, dy)  [ doc ]

stroke_frame()  [ doc ]

stroke_rect(x, y, width, height)  [ doc ]

stroke_rounded_rect(x, y, width, height, dx, dy)  [ doc ]

FigureMaker attributes

PyTioga version: alpha (20071021)

Copyright (C) 2007 Taro Sato & Bill Paxton. All rights reserved.