GetTile()

IPatternFormat::GetTile(System::Drawing::Color, System::Drawing::Color) method

Creates a tile image for the pattern fill with a specified colors.

virtual System::SharedPtr<IImage> Aspose::Slides::IPatternFormat::GetTile(System::Drawing::Color background, System::Drawing::Color foreground)=0

Arguments

ParameterTypeDescription
backgroundSystem::Drawing::ColorThe background System::Drawing::Color for the pattern.
foregroundSystem::Drawing::ColorThe foreground System::Drawing::Color for the pattern.

Return Value

Tile System::Drawing::Bitmap.

IPatternFormat::GetTile(System::Drawing::Color) method

Creates a tile image for the pattern fill.

virtual System::SharedPtr<IImage> Aspose::Slides::IPatternFormat::GetTile(System::Drawing::Color styleColor)=0

Arguments

ParameterTypeDescription
styleColorSystem::Drawing::ColorThe default System::Drawing::Color, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this.

Return Value

Tile System::Drawing::Bitmap.

See Also