[]
Creates a new renderer for the custom focus indicator.
public CustomFocusIndicatorRenderer()
Public Sub New()
Creates a new renderer for the custom focus indicator with the specified line thickness.
public CustomFocusIndicatorRenderer(int thickness)
Public Sub New(thickness As Integer)
| Type | Name | Description |
|---|---|---|
| int | thickness | Line thickness in pixels |
Creates a new renderer for the custom focus indicator with the specified bitmap and thickness.
public CustomFocusIndicatorRenderer(Bitmap bitmap, int thickness)
Public Sub New(bitmap As Bitmap, thickness As Integer)
| Type | Name | Description |
|---|---|---|
| Bitmap | bitmap | Bitmap to use for rendering |
| int | thickness | Line thickness in pixels |
Creates a custom focus indicator by copying another.
public CustomFocusIndicatorRenderer(object cloneFrom)
Public Sub New(cloneFrom As Object)
| Type | Name | Description |
|---|---|---|
| object | cloneFrom | Object from which to copy or clone this picture |