System.Drawing.Drawing2D question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PJ6

    #1

    System.Drawing.Drawing2D question

    I want to use GraphicsPath to represent several 2D functions over discreet
    domains. Only, two questions I'm having trouble answering -

    1. If I want to add one function to another, is there an efficient way to
    add together their GraphicsPaths to form a new one?
    2. How do I calculate the Y value on a GraphicsPath at any given X?

    Paul


Working...