FillRectangle Method (C1PdfDocument)
In This Topic
Fills the interior of a rectangle specified by a coordinate pair, a width, and a height.
Overload List
Overload | Description |
FillRectangle(Color,Single,Single,Single,Single) | Fills the interior of a rectangle specified by a coordinate pair, a width, and a height. |
FillRectangle(Brush,Single,Single,Single,Single) | Fills the interior of a rectangle specified by a coordinate pair, a width, and a height. |
FillRectangle(Color,RectangleF) | Fills the interior of a rectangle specified by a rectangle structure. |
FillRectangle(Brush,RectangleF) | Fills the interior of a rectangle specified by a rectangle structure. |
FillRectangle(Color,RectangleF,SizeF) | Fills the interior of a rounded rectangle specified by rectangle and size structures. |
FillRectangle(Brush,RectangleF,SizeF) | Fills the interior of a rounded rectangle specified by rectangle and size structures. |
See Also