GetTileImage()
Contents
[
Hide
]IPatternFormat::GetTileImage(System::Drawing::Color, System::Drawing::Color) method
Creates a tile image for the pattern fill with a specified colors.
virtual System::SharedPtr<System::Drawing::Bitmap> Aspose::Slides::IPatternFormat::GetTileImage(System::Drawing::Color background, System::Drawing::Color foreground)=0
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 System::Drawing::Bitmap.
- Deprecated
- Use GetTile(Color background, Color foreground) method instead. The method will be removed after release of version 24.7.
IPatternFormat::GetTileImage(System::Drawing::Color) method
Creates a tile image for the pattern fill.
virtual System::SharedPtr<System::Drawing::Bitmap> Aspose::Slides::IPatternFormat::GetTileImage(System::Drawing::Color styleColor)=0
Arguments
Parameter | Type | Description |
---|---|---|
styleColor | System::Drawing::Color | The default System::Drawing::Color, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this. |
Return Value
Tile System::Drawing::Bitmap.
- Deprecated
- Use GetTile(Color styleColor) method instead. The method will be removed after release of version 24.7.
See Also
- Typedef SharedPtr
- Class Bitmap
- Class Color
- Class IPatternFormat
- Namespace Aspose::Slides
- Library Aspose.Slides