C# Class FFXIVAPP.Hooker.Events.AddOrUpdateOverlayEventArgs

Inheritance: System.MarshalByRefObject
ファイルを表示 Open project: Icehunter/ffxivapp-hooker Class Usage Examples

Public Methods

Method Description
AddOrUpdateOverlayEventArgs ( System.Guid overlayID, Stream imageStream, float alpha, PointF location ) : System

Method Details

AddOrUpdateOverlayEventArgs() public method

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