GoDiagram Web Reference
WriteLine(Pen,Single,Single,Single,Single) Method

This convenience overload just calls WriteLine(Pen,PointF,PointF).
Syntax
'Declaration
 
Public Overloads Sub WriteLine( _
   ByVal p As Pen, _
   ByVal ax As Single, _
   ByVal ay As Single, _
   ByVal bx As Single, _
   ByVal by As Single _
) 
public void WriteLine( 
   Pen p,
   float ax,
   float ay,
   float bx,
   float by
)

Parameters

p
ax
ay
bx
by
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

Reference

GoSvgGenerator Class
GoSvgGenerator Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback