GetTile
GetTile(Color, Color)
Creates a tile image for the pattern fill with a specified colors.
public IImage GetTile(Color background, Color foreground)
| Parameter | Type | Description |
|---|---|---|
| background | Color | The background Color for the pattern. |
| foreground | Color | The foreground Color for the pattern. |
Return Value
Tile IImage.
See Also
- interface IImage
- class PatternFormat
- namespace Aspose.Slides
- assembly Aspose.Slides
GetTile(Color)
Creates a tile image for the pattern fill.
public IImage GetTile(Color styleColor)
| Parameter | Type | Description |
|---|---|---|
| styleColor | Color | The default Color |
Return Value
Tile IImage.
See Also
- interface IImage
- class PatternFormat
- namespace Aspose.Slides
- assembly Aspose.Slides