AcceleratedPaintInfo Constructor |
Version 130.1.90
AcceleratedPaintInfo
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public AcceleratedPaintInfo(
IntPtr sharedTextureHandle,
ColorType format
)
public:
AcceleratedPaintInfo(
IntPtr sharedTextureHandle,
ColorType format
)
Parameters
- sharedTextureHandle IntPtr
- Handle to the shared texture resource
- format ColorType
- The pixel format of the shared texture resource
See Also