Draws a triangle-style arrow at the specified location, using the given brush, size and angle.
Several methods exist in ControlPaint to draw various styles of triangle arrows, but all of them use a fixed size and color. DrawArrow enables you to provide a custom color for an arrow and to draw it in any direction, at any size.
Exception Type | Condition |
---|---|
ArgumentNullException | The g parameter is a null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | The angle parameter is not divisble by 90. |
ControlRenderer Class | Skybound.Rebar.Rendering Namespace