AVEVA CAF API Documenation

The g to act on.
The pen.
The brush.
The width.
The theta.
The first PointF.
The second PointF.
DrawArrow Method
The Graphics extension method that draw arrow.
Syntax
[Extension()]
public static void DrawArrow( 
   Graphics g,
   Pen pen,
   Brush brush,
   float width,
   float theta,
   PointF p1,
   PointF p2
)
[Extension()]
public:
static void DrawArrow( 
   Graphics^ g,
   Pen^ pen,
   Brush^ brush,
   float width,
   float theta,
   PointF p1,
   PointF p2
) 

Parameters

g
The g to act on.
pen
The pen.
brush
The brush.
width
The width.
theta
The theta.
p1
The first PointF.
p2
The second PointF.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also