Skip to main content
A newer version of this page is available. .

BrickViewData Members

Defines the common properties representing the view data of a brick.

Constructors

Name Description
BrickViewData(BrickStyle, RectangleF, ITableCell) For internal use. Initializes a new instance of the BrickViewData class with the specified settings.

Properties

Name Description
Bounds Gets or sets a rectangle object specifying the height, width and location of the brick.
BoundsF Gets or sets a rectangle object specifying the height, width and location of the brick.
Height Gets or sets the height of the brick.
Left For internal use. Intended to support exporting bricks to some formats.
OriginalBounds Gets the original bounds of the brick view data.
OriginalBoundsF Gets the original bounds of the brick view data.
Style Gets or sets the BrickStyle instance used to render a brick in an appropriate format.
TableCell For internal use. Intended to support exporting bricks to some formats.
Top For internal use. Intended to support exporting bricks to some formats.
Width Gets or sets the width of the brick.

Methods

Name Description
ApplyClipping(RectangleF)
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also