ActiveReports 12
AddPath Method (PathEx)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Rendering Namespace > PathEx Class : AddPath Method
The Path to be added.
Appends the specified PathEx object to this path
Syntax
'Declaration
 
Public Sub AddPath( _
   ByVal graphicsPath As IPathEx _
) 
public void AddPath( 
   IPathEx graphicsPath
)

Parameters

graphicsPath
The Path to be added.
See Also

Reference

PathEx Class
PathEx Members