get_tile method
get_tile(self, style_color)
Creates a tile image for the pattern fill.
Returns
Tile IImage.
def get_tile(self, style_color):
...
| Parameter | Type | Description |
|---|---|---|
| style_color | Color | The default Color |
get_tile(self, background, foreground)
Creates a tile image for the pattern fill with a specified colors.
Returns
Tile IImage.
def get_tile(self, background, foreground):
...
| Parameter | Type | Description |
|---|---|---|
| background | Color | The background Color for the pattern. |
| foreground | Color | The foreground Color for the pattern. |
See Also
- class
IImage - class
PatternFormat - class
Color - module
aspose.slides - library
Aspose.Slides