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 Bitmap.
See Also
- interface IImage
- interface IPatternFormat
- 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, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this. |
Return Value
Tile Bitmap.
See Also
- interface IImage
- interface IPatternFormat
- namespace Aspose.Slides
- assembly Aspose.Slides