Table of Contents

Method FillRectangleAtCenter

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

FillRectangleAtCenter(Brush, RectD, SizeD)

Draws point at the center of the specified rectangle.

public void FillRectangleAtCenter(Brush brush, RectD container, SizeD size)

Parameters

brush Brush

Brush used to fill the rectangle.

container RectD

Rectangle to use as a container for the point.

size SizeD

Size of the retangle which is painted at the center.