GoDiagram Web Reference
TranslateGraphicsPath Method

Returns an SVG path description from a GraphicsPath.
Syntax
'Declaration
 
Public Overridable Function TranslateGraphicsPath( _
   ByVal path As GraphicsPath _
) As String
public virtual string TranslateGraphicsPath( 
   GraphicsPath path
)

Parameters

path

Return Value

a string, such as "M82 383.9271 L90 387.9271 82 391.9271 Z"
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