lolp1 / Overlay.NET

An easy-to-use overlay library written in C# by Jacob Kemple.
730 stars 87 forks source link

Imaging #27

Open erfg12 opened 4 years ago

erfg12 commented 4 years ago

Also need methods for doing on screen images.

lolp1 commented 4 years ago

Also need methods for doing on screen images.

The WPF one should easily support that using an image box container or any other valid method to render images in WPF.

erfg12 commented 4 years ago

Wanted it for DirectX purposes. Here's my function I added in case anyone wants to do the same: https://github.com/erfg12/Blizzard_Controller_Support/blob/master/Overlay.NET/Directx/Direct2DRenderer.cs#L195

lolp1 commented 4 years ago

Wanted it for DirectX purposes. Here's my function I added in case anyone wants to do the same: https://github.com/erfg12/Blizzard_Controller_Support/blob/master/Overlay.NET/Directx/Direct2DRenderer.cs#L195

@erfg12 Do you have some contact info, skype, discord, what ever? Really like your project and would like to help.

erfg12 commented 4 years ago

NeWaGe#1451