User (Legacy) Posted September 11, 2003 Report Share Posted September 11, 2003 If I try modify the end cap on an annotation arrow using the EndCap.BaseCap property or the Border.EndCap property, it still always draws a standard arrow endcap. Link to comment Share on other sites More sharing options...
Software FX Posted September 12, 2003 Report Share Posted September 12, 2003 The following code works for me: arrow.EndCap = new AdjustableArrowCap(20,10,true); -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
User (Legacy) Posted September 12, 2003 Author Report Share Posted September 12, 2003 Yes, but setting arrow.EndCap.BaseCap = Drawing2D.LineCap.Square and/or arrow.Border.EndCap = Drawing2D.LineCap.Square does not cause a square to be drawn. Just the standard arrowhead is drawn. "SoftwareFX Support" <support@softwarefx.com> wrote in message news:AMpLpkTeDHA.1252@WEBSERVER1... > The following code works for me: > > arrow.EndCap = new AdjustableArrowCap(20,10,true); > > -- > FP > Software FX, Inc. > > Link to comment Share on other sites More sharing options...
Software FX Posted September 12, 2003 Report Share Posted September 12, 2003 Well, that's because EndCap is of type AdjustableArrowCap, which is by definition an arrow, you can not change the BaseCap of an AdjustableArrowCap. So, the bottom line is only arrows are supported. -- FP Software FX, Inc. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.