Interface ICheckBoxRenderingStrategy
- Namespace
- iText.Forms.Form.Renderer.Checkboximpl
- Assembly
- itext.forms.dll
This interface is used to draw a checkBox icon.
public interface ICheckBoxRenderingStrategy
Methods
DrawCheckBoxContent(DrawContext, CheckBoxRenderer, Rectangle)
Draws a check box icon.
void DrawCheckBoxContent(DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)
Parameters
drawContext
DrawContextthe draw context
checkBoxRenderer
CheckBoxRendererthe checkBox renderer
rectangle
Rectanglethe rectangle where the icon should be drawn