GetTileImage
GetTileImage(Color, Color)
Creates a tile image for the pattern fill with a specified colors.
public Bitmap GetTileImage(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 Bitmap.
See Also
- interface IPatternFormat
- namespace Aspose.Slides
- assembly Aspose.Slides
GetTileImage(Color)
Creates a tile image for the pattern fill.
public Bitmap GetTileImage(Color styleColor)
| Parameter | Type | Description |
|---|---|---|
| styleColor | Color | The default Color, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this. |
Return Value
Tile Bitmap.
See Also
- interface IPatternFormat
- namespace Aspose.Slides
- assembly Aspose.Slides