get_tile_image method

get_tile_image

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

Returns

Tile aspose.pydrawing.Bitmap.

def get_tile_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