Draw Shapes in Page
Contents
[
Hide
]
Draw Polyline in Page
Aspose.Diagram for .NET API allows developers to draw a polyline shape in a page. In order to draw a polyline shape, the API offer DrawPolyline() method of the Diagram class. The code example below shows how to draw a polyline in a Visio drawing.
Draw Bezier in Page
Aspose.Diagram for .NET API allows developers to draw a bezier shape in a page. In order to draw a bezier shape, the API offer DrawBezier() method of the Diagram** **class. The code example below shows how to draw a bezier in a Visio drawing.
Draw Spline in Page
Aspose.Diagram for .NET API allows developers to draw a spline shape in a page. In order to draw a bezier shape, the API offer DrawSpline() method of the Diagram** **class. The code example below shows how to draw a bezier in a Visio drawing.