Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void FillRectangle(Brush, double, double, double, double)

  • Declared in: RT.Util.Drawing.Canvas

Declaration

public void FillRectangle(
    Brush brush,
    double xMin,
    double yMin,
    double width,
    double height
)

Summary

Fills a rectangle using the specified brush. "xMin" and "yMin" specify the corner that has the smallest coordinates, so the resulting rectangle will be on coordinates xMin, yMin, xMin+width, yMin+height.