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

BrickStyle.DeflateBorderWidth Method

Name Parameters Description
DeflateBorderWidth(RectangleF, BorderSide, Single, BrickBorderStyle) static rect, sides, borderWidth, borderStyle Deflates the specified rectangle by the specified width of the specified borders using the specified border style.
DeflateBorderWidth(RectangleF, BorderSide, Single, Boolean) rect, sides, dpi, applyBorderStyle Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
DeflateBorderWidth(RectangleF, BorderSide, Single) static rect, sides, borderWidth Deflates the specified rectangle by the specified width of the specified borders.
DeflateBorderWidth(RectangleF, Single, Boolean) rect, dpi, applyBorderStyle Deflates the specified rectangle by the width of borders represented by this brick style, and optionally applies the current border style.
DeflateBorderWidth(RectangleF, Single) rect, dpi Deflates the specified rectangle by the width of borders represented by this brick style.