Win32WindowExecuteWithDCT Method (FuncIntPtr, T) |
Executes the specified function with a device context (DC).
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public T ExecuteWithDC<T>(
Func<IntPtr, T> func
)
Parameters
- func
- Type: SystemFuncIntPtr, T
The action.
Type Parameters
- T
- The expected return type.
Return Value
Type:
TThe return of the function call.
Exceptions See Also