Skip to content

Commit 54670fb

Browse files
Fixed 404 error
1 parent 2d30909 commit 54670fb

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

english/net/aspose.html.rendering/device-2/addrect/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.AddRect
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device AddRect method. Appends a rectangle to the current path as a complete subpath
55
type: docs
6-
weight: 30
6+
weight: 60
77
url: /net/aspose.html.rendering/device-2/addrect/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.AddRect method

english/net/aspose.html.rendering/device-2/begindocument/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.BeginDocument
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device BeginDocument method. Begins rendering of the document
55
type: docs
6-
weight: 40
6+
weight: 70
77
url: /net/aspose.html.rendering/device-2/begindocument/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.BeginDocument method

english/net/aspose.html.rendering/device-2/beginelement/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.BeginElement
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device BeginElement method. Begins rendering of the node
55
type: docs
6-
weight: 50
6+
weight: 80
77
url: /net/aspose.html.rendering/device-2/beginelement/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.BeginElement method

english/net/aspose.html.rendering/device-2/beginpage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.BeginPage
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device BeginPage method. Begins rendering of the new page
55
type: docs
6-
weight: 60
6+
weight: 90
77
url: /net/aspose.html.rendering/device-2/beginpage/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.BeginPage method

english/net/aspose.html.rendering/device-2/clip/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.Clip
33
second_title: Aspose.HTML for .NET API Reference
44
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
55
type: docs
6-
weight: 70
6+
weight: 100
77
url: /net/aspose.html.rendering/device-2/clip/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.Clip method

english/net/aspose.html.rendering/device-2/closepath/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.ClosePath
33
second_title: Aspose.HTML for .NET API Reference
44
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
55
type: docs
6-
weight: 80
6+
weight: 110
77
url: /net/aspose.html.rendering/device-2/closepath/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.ClosePath method

english/net/aspose.html.rendering/device-2/cubicbezierto/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.CubicBezierTo
33
second_title: Aspose.HTML for .NET API Reference
44
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
55
type: docs
6-
weight: 90
6+
weight: 120
77
url: /net/aspose.html.rendering/device-2/cubicbezierto/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.CubicBezierTo method

english/net/aspose.html.rendering/device-2/dispose/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.Dispose
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device Dispose method. Performs application-defined tasks associated with freeing releasing or resetting unmanaged resources
55
type: docs
6-
weight: 100
6+
weight: 130
77
url: /net/aspose.html.rendering/device-2/dispose/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.Dispose method

english/net/aspose.html.rendering/device-2/drawimage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.DrawImage
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device DrawImage method. Draws the specified image
55
type: docs
6-
weight: 110
6+
weight: 140
77
url: /net/aspose.html.rendering/device-2/drawimage/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.DrawImage method

english/net/aspose.html.rendering/device-2/enddocument/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device-2.EndDocument
33
second_title: Aspose.HTML for .NET API Reference
44
description: Device EndDocument method. Ends rendering of the document
55
type: docs
6-
weight: 120
6+
weight: 150
77
url: /net/aspose.html.rendering/device-2/enddocument/
88
---
99
## Device<TGraphicContext,TRenderingOptions>.EndDocument method

0 commit comments

Comments
 (0)