Click or drag to resize

PatternColor Class

Patterns are quite general, and have many uses; for example, they can be used to create various graphical textures, such as weaves, brick walls, sunbursts, and similar geometrical and chromatic effects. Patterns are specified in a special family of color spaces named Pattern, whose 'color values' are PatternColor objects instead of the numeric component values used with other spaces. Therefore PatternColor is to pattern color space what is ColorPt to all other color spaces. A tiling pattern consists of a small graphical figure called a pattern cell. Painting with the pattern replicates the cell at fixed horizontal and vertical intervals to fill an area. The effect is as if the figure were painted on the surface of a clear glass tile, identical copies of which were then laid down in an Array covering the area and trimmed to its boundaries. This is called tiling the area. The pattern cell can include graphical elements such as filled areas, text, and sampled images. Its shape need not be rectangular, and the spacing of tiles can differ from the dimensions of the cell itself. The order in which individual tiles (instances of the cell) are painted is unspecified and unpredictable; it is inadvisable for the figures on adjacent tiles to overlap.
Inheritance Hierarchy
SystemObject
  pdftron.PDFPatternColor

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public sealed class PatternColor : IClosable

The PatternColor type exposes the following members.

Constructors
  NameDescription
Public methodPatternColor
Create a PatternColor from the given SDF/Cos object listed under Pattern entry in page Resource dictionary.
Top
Methods
  NameDescription
Public methodClose
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetMatrix
Gets the matrix.
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetType
Gets the type.
Public methodStatic memberGetType(Obj)
Gets the type.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also