Jingwood
Jingwood
- Support from .NET 3.5
Considering upgrade the API from Direct2D 1.0 to Direct2D 1.1 in order to support more excellent features and effects. ### Pros. - More excellent features and effects available - Rendering...
Currently, only support a default DPI 96, there should be APIs available to support variable DPI settings. Related to #26
- Convert D2DBitmap to GDIBitmap (HBitmap) Relates to #27, #44, #61
Calling `DrawPolygon` doesn't render anything. ```csharp g.DrawPolygon(points, D2DColor.Black, 2); ```
## Changes - [x] Modify cell address - Modify range address - [x] Target row before the range address - [ ] Target rows inside a range address - [...
## Bug Exception happened when resize a worksheet that contains outline, which is out of the new size of worksheet. ## To reproduce 1. Create worksheet with 100 rows x...
Variable cannot accessed from a closure function called from `setTimeout`. Related to #1 ```js function abc() { var b = 20; return (function(){ setTimeout(_ => console.log("b = " + b),...
fix #98, wip
A rebased branch from #100