Back to Devexpress

AppearanceObject.FillRectangle(GraphicsCache, Rectangle, Boolean) Method

windowsforms-devexpress-dot-utils-dot-appearanceobject-dot-fillrectangle-x28-devexpress-dot-utils-dot-drawing-dot-graphicscache-system-dot-drawing-dot-rectangle-system-dot-boolean-x29.md

latest2.0 KB
Original Source

AppearanceObject.FillRectangle(GraphicsCache, Rectangle, Boolean) Method

Fills the interior of a rectangle specified by a Rectangle structure.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public void FillRectangle(
    GraphicsCache cache,
    Rectangle bounds,
    bool useZeroOffset
)
vb
Public Sub FillRectangle(
    cache As GraphicsCache,
    bounds As Rectangle,
    useZeroOffset As Boolean
)

Parameters

NameTypeDescription
cacheGraphicsCache

A GraphicsCache object providing storage for the pens, fonts and brushes used during painting.

| | bounds | Rectangle |

A Rectangle value representing the drawing area.

| | useZeroOffset | Boolean |

A Boolean value.

|

Remarks

This method overload supports the control’s infrastructure and is not intended to be used directly in your code.

See Also

AppearanceObject Class

AppearanceObject Members

DevExpress.Utils Namespace