![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All Would anyone tell me how to fill my custom arrow line cap? Below is my graphicspath Dim ArrowLnCap As New GraphicsPath ArrowLnCap.AddLine(0, 0, -3, -4) ArrowLnCap.AddLine(0, 0, 3, -4) ArrowLnCap.AddLine(-3, -4, 3, -4) Can I fill my CustomLineCap (my custom arrowhead) with the below statement? Dim EndCap As New CustomLineCap(ArrowLnCap, Nothing) DwgPen.CustomEndCap = EndCap Regards, Sam |
#3
| |||
| |||
|
|
Hello You need to use Graphics.FillRegion(brush, new Region(graphicsPath)); -- With best regards, Andrew http://www.codeproject.com/script/profile/whos_who.asp?id=1181072 "Sam" <qdo (AT) datawave (DOT) ca> wrote in message news:O4bz1x4rFHA.4040 (AT) TK2MSFTNGP14 (DOT) phx.gbl... Hi All Would anyone tell me how to fill my custom arrow line cap? Below is my graphicspath Dim ArrowLnCap As New GraphicsPath ArrowLnCap.AddLine(0, 0, -3, -4) ArrowLnCap.AddLine(0, 0, 3, -4) ArrowLnCap.AddLine(-3, -4, 3, -4) Can I fill my CustomLineCap (my custom arrowhead) with the below statement? Dim EndCap As New CustomLineCap(ArrowLnCap, Nothing) DwgPen.CustomEndCap = EndCap Regards, Sam |
#4
| |||
| |||
|
|
Hi All Would anyone tell me how to fill my custom arrow line cap? Below is my graphicspath Dim ArrowLnCap As New GraphicsPath ArrowLnCap.AddLine(0, 0, -3, -4) ArrowLnCap.AddLine(0, 0, 3, -4) ArrowLnCap.AddLine(-3, -4, 3, -4) Can I fill my CustomLineCap (my custom arrowhead) with the below statement? Dim EndCap As New CustomLineCap(ArrowLnCap, Nothing) DwgPen.CustomEndCap = EndCap Regards, Sam |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |