Table of Contents

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 DrawContext

the draw context

checkBoxRenderer CheckBoxRenderer

the checkBox renderer

rectangle Rectangle

the rectangle where the icon should be drawn