how to shrink a GraphicsPath object.

  • Thread starter Thread starter Peter Rilling
  • Start date Start date
P

Peter Rilling

How can I shrink a GraphicsPath object by a specified number of pixels? I
know that I can apply a matrix transform, but the Matrix class only has
Scale which works from a percentage. I want to be able to say that the size
of a GraphicsPath object should be reduced by 5 pixels.
 
Back
Top