GetTileImage

GetTileImage(Color, Color)

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


GetTileImage(Color)

Creates a tile image for the pattern fill.

public Bitmap GetTileImage(Color styleColor)
ParameterTypeDescription
styleColorColorThe default Color, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this.

Return Value

Tile Bitmap.

See Also