Пример #1
0
 /// <summary>Closes last path of the MultiPath with the Bezier Segment.</summary>
 /// <remarks>
 /// Closes last path of the MultiPath with the Bezier Segment.
 /// The start point of the Bezier is the last point of the path and the last
 /// point of the bezier is the first point of the path.
 /// </remarks>
 internal virtual void ClosePathWithBezier(com.epl.geometry.Point2D controlPoint1, com.epl.geometry.Point2D controlPoint2)
 {
     m_impl.ClosePathWithBezier(controlPoint1, controlPoint2);
 }