'Declaration Protected Overrides Sub DrawMarker( _
ByVal stateThe PDF annotation appearance state type.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType, _
ByVal isCheckedA value indicating whether the checkbox is checked.As Boolean, _
ByVal gThe graphics on which the checkbox marker must be drawn.As Vintasoft.Imaging.Pdf.Drawing.PdfGraphics, _
ByVal rectThe rectangle on Graphics, where checkbox marker must be drawn.As System.Drawing.RectangleF, _
ByVal colorThe color, which must be used for drawing of checkbox marker.As System.Drawing.Color _
)
protected override void DrawMarker(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType state,
bool isChecked,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics g,
System.Drawing.RectangleF rect,
System.Drawing.Color color
)
protected: void DrawMarker(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationAppearanceStateType state,
bool isChecked,
Vintasoft.Imaging.Pdf.Drawing.PdfGraphics* g,
System.Drawing.RectangleF* rect,
System.Drawing.Color* color
); override
Parameters
- state
- The PDF annotation appearance state type.
- isChecked
- A value indicating whether the checkbox is checked.
- g
- The graphics on which the checkbox marker must be drawn.
- rect
- The rectangle on Graphics, where checkbox marker must be drawn.
- color
- The color, which must be used for drawing of checkbox marker.