get_tile_i_image method

get_tile_i_image

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

Returns

Tile IImage.

def get_tile_i_image(self, background, foreground):
    ...
ParameterTypeDescription
backgroundaspose.pydrawing.ColorThe background aspose.pydrawing.Color for the pattern.
foregroundaspose.pydrawing.ColorThe foreground aspose.pydrawing.Color for the pattern.

See Also