PatternFormat class

PatternFormat class

Represents a pattern to fill a shape.

Inheritance:PatternFormat → PVIObject

The PatternFormat type exposes the following members:

Properties

PropertyDescription
pattern_styleReturns or sets the pattern style.
Read/write PatternStyle.
fore_colorReturns the foreground pattern color.
Read-only IColorFormat.
back_colorReturns the background pattern color.
Read-only IColorFormat.
slide
presentation

Methods

MethodDescription
get_tile(self, background, foreground)Creates a tile image for the pattern fill with a specified colors.
get_tile(self, style_color)Creates a tile image for the pattern fill.

See Also