path clonen ???

Mannzel

New member
Joined
Aug 30, 2003
Messages
3
Hello.
I would like this path dublizieren and these = clonen = g.scaletransform
then reducing new path by 10% proportionally. Can help somebody me ???

GraphicsPath path_sch_l = new GraphicsPath; // path
SolidBrush brush_sch_l = new SolidBrush (Color.Black); // Brush

path_sch_l.AddLine (0, 20, 0, 250); // line on the left
path_sch_l.AddLine (20, 230, 20, 0); // line on the right
path_sch_l.CloseFigure;
g.FillPath (brush_sch_l, path_sch_l);

Thank in advance

Mannzel
 
Back
Top