[]
Initializes a new instance of the PrePaintTextResult class.
public PrePaintTextResult(Control bound, bool stopPainting)
Public Sub New(bound As Control, stopPainting As Boolean)
Type | Name | Description |
---|---|---|
Control | bound | The bound control. |
bool | stopPainting | if set to |
Initializes a new instance of the PrePaintTextResult class.
public PrePaintTextResult(Control bound, bool excludeBoundWidth, bool stopPainting)
Public Sub New(bound As Control, excludeBoundWidth As Boolean, stopPainting As Boolean)
Type | Name | Description |
---|---|---|
Control | bound | The bound control. |
bool | excludeBoundWidth | if set to |
bool | stopPainting | if set to |
Initializes a new instance of the PrePaintTextResult class.
public PrePaintTextResult(Rectangle bounds, bool stopPainting)
Public Sub New(bounds As Rectangle, stopPainting As Boolean)
Type | Name | Description |
---|---|---|
Rectangle | bounds | The rectangle boundary. |
bool | stopPainting | if set to |