Interface IPuzzleKeypadRenderer
Defines a module that renders puzzle keypad image
Inherited Members
      System.IDisposable.Dispose()
    
    
    
  Namespace: NFX.Security.CAPTCHA
Assembly: NFX.dll
Syntax
public interface IPuzzleKeypadRenderer : IModule, IApplicationComponent, IDisposable, INamed, IOrdered
  Methods
RenderDefaultPuzzleKeypad(PuzzleKeypad, Nullable<Color>, Boolean)
Renders default image of the keypad suitable for user entry (i.e. touch or mouse clicks)
Declaration
Image RenderDefaultPuzzleKeypad(PuzzleKeypad keypad, Color? bgColor, bool showRects)
  Parameters
| Type | Name | Description | 
|---|---|---|
| PuzzleKeypad | keypad | |
| System.Nullable<System.Drawing.Color> | bgColor | |
| System.Boolean | showRects | 
Returns
| Type | Description | 
|---|---|
| Image |