Interface IPuzzleKeypadRenderer
Defines a module that renders puzzle keypad image
Inherited Members
Namespace: Azos.Security.CAPTCHA
Assembly: Azos.dll
Syntax
public interface IPuzzleKeypadRenderer : IModule, IApplicationComponent, 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 |