IPatternFormat

IPatternFormat interface

Represents a pattern to fill a shape.

public interface IPatternFormat

Properties

NameDescription
BackColor { get; }Returns the background pattern color. Read-only IColorFormat.
ForeColor { get; }Returns the foreground pattern color. Read-only IColorFormat.
PatternStyle { get; set; }Returns or sets the pattern style. Read/write PatternStyle.

Methods

NameDescription
GetTileImage(Color)Creates a tile image for the pattern fill.
GetTileImage(Color, Color)Creates a tile image for the pattern fill with a specified colors.

See Also