City Based Parking and Routing System API Documentation

Road.CreateSurface Method 

Creates the 'tarmac' portion of the road on which vehicles drive.

public GraphicsPath CreateSurface(
   PointF[] alpha,
   PointF[] beta
);

Parameters

alpha
The curve that forms the outer edge of the alpha lanes.
beta
The curve that forms the outer edge of the beta lanes.

Return Value

A GraphicsPath that contains a fillable surface.

See Also

Road Class | CBPRS.Infrastructure Namespace