IPatternFormatEffectiveData class

IPatternFormatEffectiveData class

Immutable object which contains effective pattern filling properties.

The IPatternFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
pattern_styleReturns the pattern style.
Read-only PatternStyle.
fore_colorReturns the foreground pattern color.
Read-only aspose.pydrawing.Color.
back_colorReturns the background pattern color.
Read-only aspose.pydrawing.Color.

Methods

MethodDescription
get_tile_imageCreates a tile image for the pattern fill with a specified colors.
get_tile_i_imageCreates a tile image for the pattern fill with a specified colors.

Remarks

This interface is used as a part of IFillFormatEffectiveData and ILineFillFormatEffectiveData.

See Also