Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement QuickDraw for linux/mono #42

Closed
borzel opened this issue May 9, 2018 · 1 comment
Closed

Implement QuickDraw for linux/mono #42

borzel opened this issue May 9, 2018 · 1 comment

Comments

@borzel
Copy link
Member

borzel commented May 9, 2018

https://github.com/borzel/xenadmin/blob/linux-7.4/XenAdmin/Core/Drawing.cs

Instead of Win32-Call this works (in my prototype):

public static void QuickDraw (Graphics gTarget, Bitmap buffer)
{
    gTarget.DrawImage(buffer, new Rectangle(0, 0, buffer.Width, buffer.Height));
}
@borzel borzel added this to the Cross Platform Support milestone May 9, 2018
@borzel borzel changed the title [CrossPlatform] Implement QuickDraw for linux Implement QuickDraw for linux/mono May 14, 2018
@borzel borzel removed this from the Cross Platform Support milestone Jan 26, 2020
@borzel
Copy link
Member Author

borzel commented Jun 24, 2020

As I have no spare time I close this :-(

@borzel borzel closed this as completed Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant