May 2004
Intermediate to advanced
888 pages
22h 31m
English
GraphicsPaths and Regions are two distinct but similar classes.
GraphicsPaths represent a list of independent figures. A GraphicsPath can, for example, contain different shapes and line drawings. When drawing the GraphicsPath, all figures are drawn at once.
A Region is an enclosed area representing a shape in which you can perform various drawing operations. Regions can, like the GraphicsPath, have disconnected elements.
Earlier, it was said that the GraphicsPath class is used to combine graphical shapes including lines. The following example illustrates how a GraphicsPath can be composed of lines and shapes that might not even be connected. What’s convenient about the graphics path ...
Read now
Unlock full access