GoDiagram Web Reference
WriteEllipse Method

Produce an "ellipse" SVG element.
Syntax
'Declaration
 
Public Overridable Sub WriteEllipse( _
   ByVal p As Pen, _
   ByVal b As Brush, _
   ByVal r As RectangleF _
) 
public virtual void WriteEllipse( 
   Pen p,
   Brush b,
   RectangleF r
)

Parameters

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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback