Class ScreenSource
A special type of texture that contains the screen as rendered by GTA
Inherited Members
Namespace: Slipe.Client.Dx
Assembly: SlipeClient.dll
Syntax
public class ScreenSource : Texture
Constructors
| Improve this Doc View SourceScreenSource(Vector2)
Create a new screen source
Declaration
public ScreenSource(Vector2 dimensions)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | dimensions |
Methods
| Improve this Doc View SourceUpdate(Boolean)
This function updates the contents of this screen source texture with the screen output from GTA
Declaration
public bool Update(bool resampleNow = false)
Parameters
Type | Name | Description |
---|---|---|
Boolean | resampleNow |
Returns
Type | Description |
---|---|
Boolean |