Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C#

Can't figure out how to find the namespace in this question

Quiz question says:

____ is the name of the namespace in the following method call.

Adobe.Illustrator.Canvas.Paint();

I don't know what to put in the blank.

2 Answers

I guess is Adobe.Illustrator. Following the next structure Namespace.Class.Method Paint is the method from the Canvas class located at the Namespace Adobe.Illustrator.

Thank you, that worked.

that does not work either