Questions tagged [direct2d]
The direct2d tag has no summary.
6 questions
0
votes
0
answers
64
views
Determine if 2D-projected point is visible
I render a model and do have various 3D points around the surface of it. Because it's easier and I'm already using D2D for UI rendering, I implemented it so that these points are rendered as 2D points ...
2
votes
2
answers
1k
views
How can I get the color of a pixel in a SharpDX Direct2D bitmap or render target?
I am working on a simple drawing game and I need to get a Flood Fill algorithm working for a Paint Bucket tool.
I have the game running on WinForms at the moment which is extremely slow, but I have a ...
1
vote
1
answer
384
views
Creating Direct2D PathGeometry from XAML format
Is it possible to create a Direct2D PathGeometry object from a XAML string (or from any other vector format) or do I have to create such a parser myself?