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
| rect | Rectangle |[`Rectangle`](../../rectangle/) that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored. |
20
+
| x | Int32 | The x-coordinate of the upper-left corner of the drawn image. |
21
+
| y | Int32 | The y-coordinate of the upper-left corner of the drawn image. |
21
22
22
23
### Exceptions
23
24
@@ -28,28 +29,24 @@ public void DrawImageUnscaled(Image sourceImage, Rectangle rect)
| x | Int32 | The x-coordinate of the upper-left corner of the drawn image. |
50
-
| y | Int32 | The y-coordinate of the upper-left corner of the drawn image. |
51
-
| width | Int32 | The parameter is not used. |
52
-
| height | Int32 | The parameter is not used. |
49
+
| rect | Rectangle |[`Rectangle`](../../rectangle/) that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored. |
53
50
54
51
### Exceptions
55
52
@@ -60,24 +57,28 @@ public void DrawImageUnscaled(Image sourceImage, int x, int y, int width, int he
Copy file name to clipboardExpand all lines: english/net/aspose.imaging/graphics/fillclosedcurve/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,14 +40,14 @@ public void FillClosedCurve(Brush brush, PointF[] points)
40
40
Fills the interior of a closed cardinal spline curve defined by an array of [`PointF`](../../pointf/) structures using the specified fill mode. This method uses a default tension of 0.5.
0 commit comments