DelegateDrawState Delegate |
Namespace: TheVaultLibAssembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntaxpublic delegate void DelegateDrawState(
int state
)
Public Delegate Sub DelegateDrawState (
state As Integer
)
public delegate void DelegateDrawState(
int state
)
type DelegateDrawState =
delegate of
state : int -> unit
Parameters
- state
- Type: SystemInt32
See Also