PatternFormat

PatternFormat class

Represents a pattern to fill a shape.

public sealed class PatternFormat : PVIObject, IPatternFormat

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
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
override Equals(object)Compares with specified object.
override GetHashCode()Returns hash code.
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