-
Hi
Is it possible to get webview2 to render into a shared memory region like CEF :
[https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-header-off-screen-rendering](https://bitbuc…
-
### Describe the bug
When drawing an image to `SwapChainPanel` with `Direct2D` when the display's DPI scaling is set to anything other than 100%, the transfer does not occur pixel-by-pixel, resulting…
-
*Issue migrated from trac ticket # 17804*
**component:** wxStyledText | **priority:** normal
#### 2017-02-20 06:18:44: paulclinger (Paul K) created the issue
___
When I try SetTechnology/GetTechno…
-
コマンドアイコンの編集を簡略化できないか検討する
https://github.com/sakura-editor/sakura/pull/680
で不足しているコマンドアイコンが対応されたが
複数のアイコンが一つのビットマップで管理されており
編集するのが大変だ。
これを複数の細かいビットマップに分けて管理して
なにかツールを一発実行することにより、リソースコンパイラに
渡…
-
-
## Background and Motivation
`System.Drawing.Color` contains extra metadata that makes it unusable in interop scenarios and inefficient in arrays.
``` C#
namespace System.Drawing
{
public…
-
The image below below:
![image](https://user-images.githubusercontent.com/6632315/59125197-a2d75500-892f-11e9-946c-e21cc6cf29b0.png)
Is produced with the following XAML:
```xaml
…
-
@nyfrk I think we should go with the solution you recommended in #4 and hack the game's calls to the DirectDrawSurface to get a better image quality.
Some game images are hardcoded and very hard to…
-
HighDPI対応で必要と思われる項目を下記に列挙します。
- [ ] アイコンやカーソル等の画像リソースの高解像度化
- [x] ツールバーのアイコン表示が小さい #631
- [x] メニューのアイコン表示が小さい #631
- [x] メニューのドロップダウンの右向きの▶が表示されない #512
- [x] ルーラーの高さを変えた場合に10文字区切りの見出し文字のフォントが縦長にな…
-
I want to obtain the current pixel color in the mouse event on the canvas,
How to get pixel color in it? (not from bitmap)