Polyline Class |
|
Namespace: MediaCy.Commands.Overlays
Public Class Polyline Inherits Shape
The Polyline type exposes the following members.
| Name | Description | |
|---|---|---|
| Polyline | Initializes a new instance of the Polyline class | |
| Polyline(McCommand) | Initializes a new instance of the Polyline class |
| Name | Description | |
|---|---|---|
| Closed |
If True than object is closed (polygon), False - polyline.
| |
| Points |
Defines points for the polyline.
| |
| SmoothCurves |
Value setting the degree of smoothing with which this polyline or polygon is to be drawn.
|
| Name | Description | |
|---|---|---|
| FromGraphObj |
Create a new Polyline using the properties of an existing McGraphObjPoly object.
| |
| SaveAsCode | (Overrides McCommandExtended.SaveAsCode(TextWriter, String, RecordingFlags).) | |
| SaveParameterAsCode | (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).) |