Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jingwood authored Jul 20, 2017
1 parent d00f210 commit 978b5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Direct2D wrapper library for .NET applications.
1. Compile every projects or use the DLLs from the binary folder directly
2. Add `d2dlibexport.dll` and `d2dlibwinform.dll` as your project references
3. Put `d2dlib.dll` in the `Debug`, `Release` or folder where your application runs
4. Inhert your windows form or control from `D2DForm` or `D2DControl` class
4. Make your windows form or control inherited from `D2DForm` or `D2DControl` class
5. Override `OnRender(D2DGraphics g)` method (do not override .NET `OnPaint` method)
6. Draw anything inside `OnRender` method via the `g` context

Expand Down

0 comments on commit 978b5e8

Please sign in to comment.