Skip to main content

ImageBrick Constructors

A visual brick containing an image.
Name Parameters Description
ImageBrick() none Initializes a new instance of the ImageBrick class with the default settings.
ImageBrick(BorderSide, Single, Color, Color) sides, borderWidth, borderColor, backColor Initializes a new instance of the ImageBrick class.
ImageBrick(BrickStyle) style Initializes a new instance of the ImageBrick class with the specified brick style.
ImageBrick(IBrickOwner, BrickStyle) brickOwner, style Initializes a new instance of the ImageBrick class with specified settings.
ImageBrick(IBrickOwner) brickOwner Initializes a new instance of the ImageBrick class with the specified owner.
See Also