Share via

Does ID2D1Geometry a device dependent?

thebluetropics 1,046 Reputation points
2022-09-01T07:58:00.26+00:00

I having some trouble to know wheter an interface is Device-Dependent or Device-Independent. The MSDN does not let me know which one. Is ID2D1Geometry a device-dependent interface?

Windows development | Windows API - Win32
Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

0 comments No comments

Answer accepted by question author

Junjie Zhu - MSFT 21,746 Reputation points
2022-09-01T08:14:15.987+00:00

Hello @thebluetropics
Welcome to Microsoft Q&A!

This is explained in the official documentation ID2D1Geometry interface (d2d1.h).

Direct2D geometries are immutable and device-independent resources created by ID2D1Factory.

Thank you.
Junjie


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.