TilingPattern Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
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 process is called tiling the area.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.Resources.PatternsTilingPattern

Namespace:  Apitron.PDF.Kit.FixedLayout.Resources.Patterns
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class TilingPattern : Resource

The TilingPattern type exposes the following members.

Constructors

  NameDescription
Public methodTilingPattern
Initializes a new instance of the Object class.
Top
Properties

  NameDescription
Public propertyBoundary
The contents' boundary.
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyContent
Gets the content.
Public propertyElements
Gets the content elements enumerator.
Public propertyIsColored
Gets or sets a value indicating whether this instance is colored.
Public propertyMatrix
Gets or sets an array of six numbers specifying the pattern matrix. Default value: the identity matrix [1 0 0 1 0 0].
Public propertyResources
Gets the resources.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Public propertyXStep
Gets or sets the desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
Public propertyYStep
Gets or sets the desired vertical spacing between pattern cells, measured in the pattern coordinate system.
Top
See Also

Reference