Class CmxImageFill
- Namespace
- Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles
- Assembly
- Aspose.Imaging.dll
Image fill info
public class CmxImageFill
- Inheritance
-
CmxImageFill
- Inherited Members
Constructors
CmxImageFill()
public CmxImageFill()
Properties
Images
Gets or sets the images.
public CmxRasterImage[] Images { get; set; }
Property Value
IsRelative
Gets or sets a value indicating whether patterns size values is relative.
public bool IsRelative { get; set; }
Property Value
- bool
true
if PatternWidth and PatternHeight has the relative dimension; otherwise,false
.
OffsetType
Gets or sets the type of the offset between adjacent tiles.
public TileOffsetTypes OffsetType { get; set; }
Property Value
PatternHeight
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.
public float PatternHeight { get; set; }
Property Value
PatternWidth
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.
public float PatternWidth { get; set; }
Property Value
Procedure
Gets or sets the procedure.
public CmxProcedure Procedure { get; set; }
Property Value
RcpOffset
Gets or sets the relative offset between tile rows or columns (depends on OffsetType). Dimension is fractions of height of width.
public float RcpOffset { get; set; }
Property Value
Rotate180
Gets or sets a value indicating whether this CmxImageSpec is upside down.
public bool Rotate180 { get; set; }
Property Value
- bool
true
if image is upside down; otherwise,false
.
TileOffsetX
Gets or sets the tile offset X.
public float TileOffsetX { get; set; }
Property Value
TileOffsetY
Gets or sets the tile offset Y.
public float TileOffsetY { get; set; }
Property Value
Methods
Equals(CmxImageFill)
Check if objects are equal.
protected bool Equals(CmxImageFill other)
Parameters
other
CmxImageFillThe other object.
Returns
- bool
The equality comparison result.
Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameters
obj
objectThe other object.
Returns
- bool
The equality comparison result.
GetHashCode()
Get hash code of the current object.
public override int GetHashCode()
Returns
- int
The hash code.
ToString()
Returns a string that represents this instance.
public override string ToString()