GetTile

GetTile(Color, Color)

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

public IImage GetTile(Color background, Color foreground)
ParameterTypeDescription
backgroundColorThe background Color for the pattern.
foregroundColorThe foreground Color for the pattern.

Return Value

Tile IImage.

See Also


GetTile(Color)

Creates a tile image for the pattern fill.

public IImage GetTile(Color styleColor)
ParameterTypeDescription
styleColorColorThe default Color

Return Value

Tile IImage.

See Also