iText 8.0.5 API
iText.Forms.Form.Renderer.Checkboximpl.ICheckBoxRenderingStrategy Interface Reference

This interface is used to draw a checkBox icon. More...

Inheritance diagram for iText.Forms.Form.Renderer.Checkboximpl.ICheckBoxRenderingStrategy:
iText.Forms.Form.Renderer.Checkboximpl.HtmlCheckBoxRenderingStrategy iText.Forms.Form.Renderer.Checkboximpl.PdfACheckBoxRenderingStrategy iText.Forms.Form.Renderer.Checkboximpl.PdfCheckBoxRenderingStrategy

Public Member Functions

void  DrawCheckBoxContent (DrawContext drawContext, CheckBoxRenderer checkBoxRenderer, Rectangle rectangle)
  Draws a check box icon. More...
 

Detailed Description

This interface is used to draw a checkBox icon.

Member Function Documentation

◆ DrawCheckBoxContent()

void iText.Forms.Form.Renderer.Checkboximpl.ICheckBoxRenderingStrategy.DrawCheckBoxContent ( DrawContext  drawContext,
CheckBoxRenderer  checkBoxRenderer,
Rectangle  rectangle 
)

Draws a check box icon.

Parameters
drawContext the draw context
checkBoxRenderer the checkBox renderer
rectangle the rectangle where the icon should be drawn

Implemented in iText.Forms.Form.Renderer.Checkboximpl.PdfCheckBoxRenderingStrategy, iText.Forms.Form.Renderer.Checkboximpl.PdfACheckBoxRenderingStrategy, and iText.Forms.Form.Renderer.Checkboximpl.HtmlCheckBoxRenderingStrategy.