Shape Fill
Shape Fill
If a draw a shape with the line tool, is it possible to fillit with a color or pattern that I specify?
Re: Shape Fill
I found the solution by using
'Draw Pattern Fill
Dim br2 As New Drawing2D.HatchBrush(CType(FillPat2, Drawing2D.HatchStyle), Drawing.Color.Black, Drawing.Color.White)
g.FillRectangle(br2, point1.X , point1.Y, RECT_WID2 , RECT_HGT2)
Thanks,
'Draw Pattern Fill
Dim br2 As New Drawing2D.HatchBrush(CType(FillPat2, Drawing2D.HatchStyle), Drawing.Color.Black, Drawing.Color.White)
g.FillRectangle(br2, point1.X , point1.Y, RECT_WID2 , RECT_HGT2)
Thanks,
Re: Shape Fill
Hello lilo,
Thank you for information. I am glad that you have find a solution for your problem .
Thanks,
Thank you for information. I am glad that you have find a solution for your problem .
Thanks,
Best Regards,
Sandra Pazos / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |