CompositeBrick Constructors
Unites multiple visual bricks and defines how to render contained bricks on a document page.Name | Parameters | Description |
---|---|---|
CompositeBrick() | none | Initializes a new instance of the CompositeBrick class with the default settings. |
CompositeBrick(IList<Brick>, PointF) | innerBricks, offset | Initializes a new instance of the CompositeBrick class with the specified settings. |
See Also