[]
        
(Showing Draft Content)

C1.Win.Document.Util.C1DXTextLayout.FillRectangle

FillRectangle Method

FillRectangle(C1Graphics, Color, Rect)

Fill rectangle with specified color.

Declaration
protected virtual void FillRectangle(C1Graphics graphics, Color color, Rect bounds)
Protected Overridable Sub FillRectangle(graphics As C1Graphics, color As Color, bounds As Rect)
Parameters
Type Name Description
C1Graphics graphics

A C1.Document.Util.C1Graphics object implements drawing surface for C1Document.

Color color

A color to fill.

Rect bounds

The location and size of a rectangle.

FillRectangle(C1Graphics, C1Brush, Rect)

Fill rectangle with specified C1.Document.C1Brush.

Declaration
protected virtual void FillRectangle(C1Graphics graphics, C1Brush brush, Rect bounds)
Protected Overridable Sub FillRectangle(graphics As C1Graphics, brush As C1Brush, bounds As Rect)
Parameters
Type Name Description
C1Graphics graphics

A C1.Document.Util.C1Graphics object implements drawing surface for C1Document.

C1Brush brush

A C1.Document.C1Brush for fill.

Rect bounds

The location and size of a rectangle.