GetTileImage

IPatternFormatEffectiveData.GetTileImage method

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

public Bitmap GetTileImage(Color background, Color foreground)
ParameterTypeDescription
backgroundColorThe background Color for the pattern.
foregroundColorThe foreground Color for the pattern.

Return Value

Tile Bitmap.

See Also