C#: Drawing only a portion of a path
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-03-23T04:55:39Z
Indexed on
2010/03/23
5:01 UTC
Read the original article
Hit count: 277
c#
|system.drawing
I have a series of points in a GraphicsPath; for our purpose lets assume its the outline of an uppercase B. I want to be able to be able to draw only the bottom portion that would resemble an uppercase L.
I'd like to be able to select a window of points from the GraphicsPath. Is there a handy way to do this without doing point interpolation?
© Stack Overflow or respective owner