LineReductionClippingPolylineBuilderP Class |
Namespace: Ptv.XServer.Controls.Map.Tools
The LineReductionClippingPolylineBuilderP type exposes the following members.
Name | Description | |
---|---|---|
LineReductionClippingPolylineBuilderP | Initializes a new instance of the LineReductionClippingPolylineBuilderP class |
Name | Description | |
---|---|---|
Polyline | Gets the resulting polylines, after appending several single lines using Append. |
Name | Description | |
---|---|---|
Append |
Appends the line specified by p0 and p1 to the polyline. The given points are added only if
necessary; that is, if their corresponding pixel coordinates differ from the pixel coordinates
of the tail of the polyline. Setting either force_p0 or force_p1 to true forces the points to be
added without further checks.
|
Name | Description | |
---|---|---|
ToJson | Converts an object to a JSON string representation. (Defined by JSONWriter.) |