Delegate WindowResolutionChangeModuleDelegate
Namespace: AltV.Net.CApi.ClientEvents
Assembly: AltV.Net.CApi.dll
Syntax
public delegate void WindowResolutionChangeModuleDelegate(Vector2 oldResolution, Vector2 newResolution);
Parameters
Type | Name | Description |
---|---|---|
System.Numerics.Vector2 | oldResolution | |
System.Numerics.Vector2 | newResolution |