CmxImageFill

CmxImageFill class

Image fill info

public class CmxImageFill

Constructors

NameDescription
CmxImageFill()The default constructor.

Properties

NameDescription
Images { get; set; }Gets or sets the images.
IsRelative { get; set; }Gets or sets a value indicating whether patterns size values is relative.
OffsetType { get; set; }Gets or sets the type of the offset between adjacent tiles.
PatternHeight { get; set; }Gets or sets the height of the pattern. Uses common document distance measure unit in case if IsRelative is false, otherwise has the dimension of the image pixel height fraction.
PatternWidth { get; set; }Gets or sets the width of the pattern. Uses common document distance measure unit in case if IsRelative is false, otherwise has the dimension of the image pixel width fraction.
Procedure { get; set; }Gets or sets the procedure.
RcpOffset { get; set; }Gets or sets the relative offset between tile rows or columns (depends on OffsetType). Dimension is fractions of height of width.
Rotate180 { get; set; }Gets or sets a value indicating whether this CmxImageSpec is upside down.
TileOffsetX { get; set; }Gets or sets the tile offset X.
TileOffsetY { get; set; }Gets or sets the tile offset Y.

Methods

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object.
override ToString()Returns a String that represents this instance.

See Also