Click or drag to resize

PatternFillFormat GetTileImage Method (Color, Color)

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

Namespace: Spire.Presentation.Drawing
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public Bitmap GetTileImage(
	Color background,
	Color foreground
)

Parameters

background
Type: System.Drawing Color
The background Color for the pattern.
foreground
Type: System.Drawing Color
The foreground Color for the pattern.

Return Value

Type: Bitmap
Tile Bitmap .
See Also