trying to draw a dotted line with an end cap arrow like shown below:
image.png (227 Bytes)
here’s the code i am using:
License oLic = new License();
oLic.SetLicense(“Aspose.Total.lic”);
Bitmap oImage = new Bitma…...arrow: Pen myPen = new Pen(Brushes.Black, penWidth); AdjustableArrowCap...line: Pen myPen = new Pen(Brushes.Black, penWidth); myPen.DashStyle...