Back to Devexpress

BrickGraphics Members

corelibraries-devexpress-dot-xtraprinting-dot-brickgraphics-dot-underscore-members.md

latest12.0 KB
Original Source

BrickGraphics Members

Implements report drawing functions.

Constructors

NameDescription
BrickGraphics(PrintingSystemBase)Initializes a new instance of the BrickGraphics class with the specified printing system.

Properties

NameDescription
BackColorDefines the background color for the current BrickGraphics object.
BorderColorSpecifies the border color for the current BrickGraphics object.
BorderWidthSpecifies the border width of the current BrickGraphics object.
ClientPageSizeReturns the dimensions of a report page without margins.
DefaultBrickStyleGets or sets the default BrickStyle.
DefaultFontSpecifies the default font for a report.
DeviceIndependentPixelFor internal use.
FontSpecifies the font of the current BrickGraphics object.
ForeColorDefines the foreground color of the current BrickGraphics object.
ModifierSpecifies the page area for displaying a specific brick.
PageBackColorDefines the background color for all report pages.
PageUnitDefines graphic measurement units.
PrintingSystemGets the owner of the current BrickGraphics object.
StringFormatGets or sets text layout information (such as alignment, orientation and tab stops) and display manipulations (such as ellipsis insertion and national digit substitution).

Methods

NameDescription
BeginCalculateRectangle()Obsolete. Starts to calculate the size of the rectangle required for all the bricks being added to the document.
BeginUnionRect()Must be called before the creation of a brick group.
DocumValueOf(Single)Converts a value specified via the parameter to GraphicsUnit.Document measurement units.
DrawBrick<T>(T, RectangleF)
DrawBrick<T>(T)
DrawCheckBox(RectangleF, BorderSide, Color, Boolean)Adds a specific CheckBoxBrick to a report.
DrawCheckBox(RectangleF, Boolean)Adds a specific CheckBoxBrick to a report.
DrawEmptyBrick(RectangleF)Adds a specific EmptyBrick to a report.
DrawImage(DXImage, RectangleF, BorderSide, Color)Adds a specific ImageBrick brick to a report.
DrawImage(DXImage, RectangleF)Adds a specific ImageBrick brick to a report.
DrawLine(PointF, PointF, Color, Single)Adds a specific LineBrick object to a document.
DrawPageImage(DXImage, RectangleF, BorderSide, Color)Adds a specific PageImageBrick to a report.
DrawPageInfo(PageInfo, String, Color, RectangleF, BorderSide)Adds a specific PageInfoBrick to a report.
DrawRect(RectangleF, BorderSide, Color, Color)Adds a specific VisualBrick to a report.
DrawString(String, Color, RectangleF, BorderSide)Adds a specific TextBrick to a report.
DrawString(String, RectangleF)Adds a specific TextBrick to a report.
EndCalculateRectangle()Obsolete. Finishes calculating the size of the rectangle required for all the bricks being added to the document.
EndUnionRect()Indicates the completion of brick group creation.
Equals(Object, Object) staticDetermines 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.
MeasureString(String, DXFont, Int32, DXStringFormat, DXGraphicsUnit) staticMeasures the specified string when drawn.
MeasureString(String, DXFont, Int32, DXStringFormat)Measures the specified string when drawn.
MeasureString(String, DXFont)Calculates the length of a specified text.
MeasureString(String, Font, Int32, StringFormat, GraphicsUnit) staticMeasures the height and width of the specified text string.
MeasureString(String, Font, Int32, StringFormat)Calculates the length of a specified text.
MeasureString(String, Int32, DXStringFormat)Measures the specified string when drawn.
MeasureString(String, Int32, StringFormat)Measures the specified string when drawn with the specified maximum width and format. Works in Windows environment only.
MeasureString(String, Int32)Measures the specified string when drawn with the specified maximum width.
MeasureString(String)Measures the specified string when drawn.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.
UnionCalculateRectangle(RectangleF)Obsolete. Adds a new rectangle item to the rectangle that was calculated after the BrickGraphics.BeginCalculateRectangle method was called.
UnitValueOf(Single)Converts the value specified via a parameter to the value that uses the current measurement units.

See Also

BrickGraphics Class

DevExpress.XtraPrinting Namespace