[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.Section.DrawCanvas.FillRect

FillRect Method

FillRect(float, float, float, float)

FillRect

Declaration
public void FillRect(float left, float top, float width, float height)
Parameters
Type Name Description
float left
float top
float width
float height

FillRect(RectangleF)

FillRect

Declaration
public void FillRect(RectangleF rc)
Parameters
Type Name Description
RectangleF rc