GetTile()
PatternFormat::GetTile(System::Drawing::Color, System::Drawing::Color) method
Creates a tile image for the pattern fill with a specified colors.
System::SharedPtr<IImage> Aspose::Slides::PatternFormat::GetTile(System::Drawing::Color background, System::Drawing::Color foreground) override
Arguments
Parameter | Type | Description |
---|---|---|
background | System::Drawing::Color | The background System::Drawing::Color for the pattern. |
foreground | System::Drawing::Color | The foreground System::Drawing::Color for the pattern. |
Return Value
Tile IImage.
PatternFormat::GetTile(System::Drawing::Color) method
Creates a tile image for the pattern fill.
System::SharedPtr<IImage> Aspose::Slides::PatternFormat::GetTile(System::Drawing::Color styleColor) override
Arguments
Parameter | Type | Description |
---|---|---|
styleColor | System::Drawing::Color | The default System::Drawing::Color |
Return Value
Tile IImage.
See Also
- Typedef SharedPtr
- Class IImage
- Class Color
- Class PatternFormat
- Namespace Aspose::Slides
- Library Aspose.Slides