ยค FixedDrawing

Fixed size drawings

Types

data FixedDrawing = FixD Size [DrawCommand]
instance Graphic FixedDrawing
instance Show FixedDrawing

Description

This type allows you to construct drawings of fixed size, using the drawing commands of Xlib library. The drawing commands should draw only within the rectangle of the size indicated, starting at the origin.

Values of this type are more useful as part of Drawings than by themselves.

See Also

class Graphic. Types Drawing, FixedColorDrawing, FlexibleDrawing, DrawCommand.

Bugs

This page documents work progress. Information on this page is subject to change without notice and does not represent a commitment on the part of the Fudgets corporation.