Skip to content

Commit 2a44823

Browse files
author
Evgeniy Sidenko
committed
Port and publish Aspose.Imaging for Python via .NET 25.9
1 parent dcd437a commit 2a44823

File tree

862 files changed

+19674
-18085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

862 files changed

+19674
-18085
lines changed

english/python-net/aspose.imaging.asynctask/asynctaskprogress/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ url: /python-net/aspose.imaging.asynctask/asynctaskprogress/
1818
## **Properties**
1919
| **Name** | **Type** | **Access** | **Description** |
2020
| :- | :- | :- | :- |
21-
| DURATION | datetime | r | The duration of the asynchronous task. |
21+
| DURATION | System.TimeSpan | r | The duration of the asynchronous task. |
2222
| PROGRESS_PERCENTAGE | int | r | The progress of the asynchronous task, in percent. |
2323

2424

@@ -36,5 +36,5 @@ Initializes a new instance of the [AsyncTaskProgress](/imaging/python-net/aspose
3636
| Parameter | Type | Description |
3737
| :- | :- | :- |
3838
| progress_percentage | int | The progress percentage. |
39-
| duration | datetime | The duration. |
39+
| duration | System.TimeSpan | The duration. |
4040

english/python-net/aspose.imaging.asynctask/iasynctask/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ url: /python-net/aspose.imaging.asynctask/iasynctask/
1717
| is_busy | bool | r | Gets a value indicating whether this task is currently running. |
1818
| is_canceled | bool | r | Gets a value indicating whether this task was canceled. |
1919
| is_faulted | bool | r | Gets a value indicating whether this task was faulted. |
20-
| result | object | r | Gets the result of this task. |
20+
| result | System.Object | r | Gets the result of this task. |
2121
## **Methods**
2222
| **Name** | **Description** |
2323
| :- | :- |

english/python-net/aspose.imaging.brushes/hatchbrush/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ url: /python-net/aspose.imaging.brushes/hatchbrush/
2020
## **Properties**
2121
| **Name** | **Type** | **Access** | **Description** |
2222
| :- | :- | :- | :- |
23-
| background_color | [Color](/imaging/python-net/aspose.imaging/color) | r/w | Gets or sets the color of spaces between the hatch lines. |
23+
| background_color | [Color](/imaging/python-net/aspose.imaging/color/) | r/w | Gets or sets the color of spaces between the hatch lines. |
2424
| disposed | bool | r | Gets a value indicating whether this instance is disposed. |
25-
| foreground_color | [Color](/imaging/python-net/aspose.imaging/color) | r/w | Gets or sets the color of hatch lines. |
26-
| hatch_style | [HatchStyle](/imaging/python-net/aspose.imaging/hatchstyle) | r/w | Gets or sets the hatch style of this brush. |
25+
| foreground_color | [Color](/imaging/python-net/aspose.imaging/color/) | r/w | Gets or sets the color of hatch lines. |
26+
| hatch_style | [HatchStyle](/imaging/python-net/aspose.imaging/hatchstyle/) | r/w | Gets or sets the hatch style of this brush. |
2727
| opacity | float | r/w | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. |
2828
## **Methods**
2929
| **Name** | **Description** |
@@ -53,6 +53,6 @@ Creates a new deep clone of the current [Brush](/imaging/python-net/aspose.imagi
5353

5454
| Type | Description |
5555
| :- | :- |
56-
| [Brush](/imaging/python-net/aspose.imaging/brush) | A new [Brush](/imaging/python-net/aspose.imaging/brush/) which is the deep clone of this [Brush](/imaging/python-net/aspose.imaging/brush/) instance. |
56+
| [Brush](/imaging/python-net/aspose.imaging/brush/) | A new [Brush](/imaging/python-net/aspose.imaging/brush/) which is the deep clone of this [Brush](/imaging/python-net/aspose.imaging/brush/) instance. |
5757

5858

english/python-net/aspose.imaging.brushes/lineargradientbrush/_index.md

Lines changed: 61 additions & 61 deletions
Large diffs are not rendered by default.

english/python-net/aspose.imaging.brushes/lineargradientbrushbase/_index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ url: /python-net/aspose.imaging.brushes/lineargradientbrushbase/
2222
| is_angle_scalable | bool | r/w | Gets or sets a value indicating whether [LinearGradientBrushBase.angle](/imaging/python-net/aspose.imaging.brushes/lineargradientbrushbase/) is changed during trasnformations with this [LinearGradientBrushBase](/imaging/python-net/aspose.imaging.brushes/lineargradientbrushbase/). |
2323
| is_transform_changed | bool | r | Gets a value indicating whether transformations were changed in some way. For example setting the transformation matrix or<br/> calling any of the methods altering the transformation matrix. The property is introduced for backward compatibility with GDI+. |
2424
| opacity | float | r/w | Gets or sets the brush opacity. The value should be between 0 and 1. Value of 0 means that brush is fully visible, value of 1 means the brush is fully opaque. |
25-
| rectangle | [RectangleF](/imaging/python-net/aspose.imaging/rectanglef) | r/w | Gets or sets a rectangular region that defines the starting and ending points of the gradient. |
26-
| transform | [Matrix](/imaging/python-net/aspose.imaging/matrix) | r/w | Gets or sets a copy [Matrix](/imaging/python-net/aspose.imaging/matrix/) that defines a local geometric transform for this [TransformBrush](/imaging/python-net/aspose.imaging.brushes/transformbrush/). |
27-
| wrap_mode | [WrapMode](/imaging/python-net/aspose.imaging/wrapmode) | r/w | Gets or sets a [WrapMode](/imaging/python-net/aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [TransformBrush](/imaging/python-net/aspose.imaging.brushes/transformbrush/). |
25+
| rectangle | [RectangleF](/imaging/python-net/aspose.imaging/rectanglef/) | r/w | Gets or sets a rectangular region that defines the starting and ending points of the gradient. |
26+
| transform | [Matrix](/imaging/python-net/aspose.imaging/matrix/) | r/w | Gets or sets a copy [Matrix](/imaging/python-net/aspose.imaging/matrix/) that defines a local geometric transform for this [TransformBrush](/imaging/python-net/aspose.imaging.brushes/transformbrush/). |
27+
| wrap_mode | [WrapMode](/imaging/python-net/aspose.imaging/wrapmode/) | r/w | Gets or sets a [WrapMode](/imaging/python-net/aspose.imaging/wrapmode/) enumeration that indicates the wrap mode for this [TransformBrush](/imaging/python-net/aspose.imaging.brushes/transformbrush/). |
2828
## **Methods**
2929
| **Name** | **Description** |
3030
| :- | :- |
@@ -53,7 +53,7 @@ Creates a new deep clone of the current [Brush](/imaging/python-net/aspose.imagi
5353

5454
| Type | Description |
5555
| :- | :- |
56-
| [Brush](/imaging/python-net/aspose.imaging/brush) | A new [Brush](/imaging/python-net/aspose.imaging/brush/) which is the deep clone of this [Brush](/imaging/python-net/aspose.imaging/brush/) instance. |
56+
| [Brush](/imaging/python-net/aspose.imaging/brush/) | A new [Brush](/imaging/python-net/aspose.imaging/brush/) which is the deep clone of this [Brush](/imaging/python-net/aspose.imaging/brush/) instance. |
5757

5858

5959
### Method: multiply_transform(matrix) {#multiply_transform_matrix_2}
@@ -69,7 +69,7 @@ Multiplies the [Matrix](/imaging/python-net/aspose.imaging/matrix/) that represe
6969

7070
| Parameter | Type | Description |
7171
| :- | :- | :- |
72-
| matrix | [Matrix](/imaging/python-net/aspose.imaging/matrix) | The [Matrix](/imaging/python-net/aspose.imaging/matrix/) by which to multiply the geometric transform. |
72+
| matrix | [Matrix](/imaging/python-net/aspose.imaging/matrix/) | The [Matrix](/imaging/python-net/aspose.imaging/matrix/) by which to multiply the geometric transform. |
7373

7474
### Method: multiply_transform(matrix, order) {#multiply_transform_matrix_order_3}
7575

@@ -84,8 +84,8 @@ Multiplies the [Matrix](/imaging/python-net/aspose.imaging/matrix/) that represe
8484

8585
| Parameter | Type | Description |
8686
| :- | :- | :- |
87-
| matrix | [Matrix](/imaging/python-net/aspose.imaging/matrix) | The [Matrix](/imaging/python-net/aspose.imaging/matrix/) by which to multiply the geometric transform. |
88-
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder) | A [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) that specifies in which order to multiply the two matrices. |
87+
| matrix | [Matrix](/imaging/python-net/aspose.imaging/matrix/) | The [Matrix](/imaging/python-net/aspose.imaging/matrix/) by which to multiply the geometric transform. |
88+
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) | A [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) that specifies in which order to multiply the two matrices. |
8989

9090
### Method: rotate_transform(angle) {#rotate_transform_angle_4}
9191

@@ -116,7 +116,7 @@ Rotates the local geometric transform by the specified amount in the specified o
116116
| Parameter | Type | Description |
117117
| :- | :- | :- |
118118
| angle | float | The angle of rotation. |
119-
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder) | A [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) that specifies whether to append or prepend the rotation matrix. |
119+
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) | A [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) that specifies whether to append or prepend the rotation matrix. |
120120

121121
### Method: scale_transform(sx, sy) {#scale_transform_sx_sy_6}
122122

@@ -149,7 +149,7 @@ Scales the local geometric transform by the specified amounts in the specified o
149149
| :- | :- | :- |
150150
| sx | float | The amount by which to scale the transform in the x-axis direction. |
151151
| sy | float | The amount by which to scale the transform in the y-axis direction. |
152-
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder) | A [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) that specifies whether to append or prepend the scaling matrix. |
152+
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) | A [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) that specifies whether to append or prepend the scaling matrix. |
153153

154154
### Method: translate_transform(dx, dy) {#translate_transform_dx_dy_8}
155155

@@ -182,5 +182,5 @@ Translates the local geometric transform by the specified dimensions in the spec
182182
| :- | :- | :- |
183183
| dx | float | The value of the translation in x. |
184184
| dy | float | The value of the translation in y. |
185-
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder) | The order (prepend or append) in which to apply the translation. |
185+
| order | [MatrixOrder](/imaging/python-net/aspose.imaging/matrixorder/) | The order (prepend or append) in which to apply the translation. |
186186

0 commit comments

Comments
 (0)