Click or drag to resize

PolylineBuilder<P> Methods

The LineReductionClipping.PolylineBuilder<P> generic type exposes the following members.

Methods
  NameDescription
Public methodAppend
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.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also