C# Class FFXIVAPP.Hooker.OverlayInterface

Inheritance: System.MarshalByRefObject
Exibir arquivo Open project: Icehunter/ffxivapp-hooker Class Usage Examples

Public Methods

Method Description
AddOrUpdateInGameOverlay ( System.Guid overlayID, Stream imageStream, float alpha, PointF location ) : void
Disconnect ( ) : void
DisplayInGameText ( string text ) : void
DisplayInGameText ( string text, System.TimeSpan duration ) : void
Message ( MessageType messageType, string format ) : void
OverlayInterface ( ) : System
Ping ( ) : void
RemoveInGameOverlay ( System.Guid overlayID ) : void
SafeInvokeDisconnected ( ) : void

Private Methods

Method Description
SafeInvokeAddOrUpdateOverlay ( AddOrUpdateOverlayEventArgs addOrUpdateOverlayEventArgs ) : void
SafeInvokeDisplayText ( DisplayTextEventArgs displayTextEventArgs ) : void
SafeInvokeMessageRecevied ( MessageReceivedEventArgs eventArgs ) : void
SafeInvokeRemoveOverlay ( RemoveOverlayEventArgs removeOverlayEventArgs ) : void

Method Details

AddOrUpdateInGameOverlay() public method

public AddOrUpdateInGameOverlay ( System.Guid overlayID, Stream imageStream, float alpha, PointF location ) : void
overlayID System.Guid
imageStream Stream
alpha float
location System.Drawing.PointF
return void

Disconnect() public method

public Disconnect ( ) : void
return void

DisplayInGameText() public method

public DisplayInGameText ( string text ) : void
text string
return void

DisplayInGameText() public method

public DisplayInGameText ( string text, System.TimeSpan duration ) : void
text string
duration System.TimeSpan
return void

Message() public method

public Message ( MessageType messageType, string format ) : void
messageType MessageType
format string
return void

OverlayInterface() public method

public OverlayInterface ( ) : System
return System

Ping() public method

public Ping ( ) : void
return void

RemoveInGameOverlay() public method

public RemoveInGameOverlay ( System.Guid overlayID ) : void
overlayID System.Guid
return void

SafeInvokeDisconnected() public method

public SafeInvokeDisconnected ( ) : void
return void