You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: english/net/aspose.html.rendering/device-2/clip/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Device-2.Clip
3
3
second_title: Aspose.HTML for .NET API Reference
4
4
description: Device Clip method. Modifies the current clipping path by intersecting it with the current path using the FillRule to determine the region to fill. This method terminates current path
Copy file name to clipboardExpand all lines: english/net/aspose.html.rendering/device-2/closepath/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Device-2.ClosePath
3
3
second_title: Aspose.HTML for .NET API Reference
4
4
description: Device ClosePath method. Closes the current subpath by appending a straight line segment from the current point to the starting point of the subpath. If the current subpath is already closed ClosePath does nothing. This operator terminates the current subpath. Appending another segment to the current path begins a new subpath even if the new segment begins at the endpoint reached by the ClosePath method
Copy file name to clipboardExpand all lines: english/net/aspose.html.rendering/device-2/cubicbezierto/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Device-2.CubicBezierTo
3
3
second_title: Aspose.HTML for .NET API Reference
4
4
description: Device CubicBezierTo method. Appends a cubic Bézier curve to the current path. The curve extends from the current point to the point pt2 using pt1 and pt2 as the Bézier control points. The new current point is pt3
Copy file name to clipboardExpand all lines: english/net/aspose.html.rendering/device-2/fill/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Device-2.Fill
3
3
second_title: Aspose.HTML for .NET API Reference
4
4
description: Device Fill method. Fills the entire region enclosed by the current path. If the path consists of several disconnected subpaths it fills the insides of all subpaths considered together. This method terminates current path
Copy file name to clipboardExpand all lines: english/net/aspose.html.rendering/device-2/moveto/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Device-2.MoveTo
3
3
second_title: Aspose.HTML for .NET API Reference
4
4
description: Device MoveTo method. Begins a new subpath by moving the current point to coordinates of the parameter pt omitting any connecting line segment. If the previous path construction method in the current path was also MoveTo the new MoveTo overrides it no vestige of the previous MoveTo operation remains in the path
Copy file name to clipboardExpand all lines: english/net/aspose.html.rendering/device-2/stroke/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Device-2.Stroke
3
3
second_title: Aspose.HTML for .NET API Reference
4
4
description: Device Stroke method. Strokes a line along the current path. The stroked line follows each straight or curved segment in the path centered on the segment with sides parallel to it. Each of the paths subpaths is treated separately. This method terminates current path
0 commit comments