GoDiagram Web Reference
WriteRectangle(Pen,Brush,RectangleF,SizeF) Method

Produce a "rect" SVG element.
Syntax
'Declaration
 
Public Overloads Overridable Sub WriteRectangle( _
   ByVal p As Pen, _
   ByVal b As Brush, _
   ByVal r As RectangleF, _
   ByVal corner As SizeF _
) 
public virtual void WriteRectangle( 
   Pen p,
   Brush b,
   RectangleF r,
   SizeF corner
)

Parameters

p
b
r
corner
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