GoDiagram Web Reference
WriteRectangle(Pen,Brush,Single,Single,Single,Single) Method

This convenience overload calls WriteRectangle(Pen,Brush,RectangleF,SizeF) with a zero-by-zero corner.
Syntax
'Declaration
 
Public Overloads Sub WriteRectangle( _
   ByVal p As Pen, _
   ByVal b As Brush, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal w As Single, _
   ByVal h As Single _
) 
public void WriteRectangle( 
   Pen p,
   Brush b,
   float x,
   float y,
   float w,
   float h
)

Parameters

p
b
x
y
w
h
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