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 Bitmap.

See Also


GetTile(Color)

Creates a tile image for the pattern fill.

public IImage GetTile(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