CmxImageFill Class

Summary: Image fill info

Module: aspose.imaging.fileformats.cmx.objectmodel.styles

Full Name: aspose.imaging.fileformats.cmx.objectmodel.styles.CmxImageFill

Aspose.Imaging Version: 24.6.0

Constructors

NameDescription
CmxImageFill()Initializes a new instance of the CmxImageFill class

Properties

NameTypeAccessDescription
imagesCmxRasterImage[]r/wGets or sets the images.
is_relativeboolr/wGets or sets a value indicating whether patterns size values is relative.
offset_typeTileOffsetTypesr/wGets or sets the type of the offset between adjacent tiles.
pattern_heightfloatr/wGets or sets the height of the pattern.
Uses common document distance measure unit in case if CmxImageFill.is_relative is false,
otherwise has the dimension of the image pixel height fraction.
pattern_widthfloatr/wGets or sets the width of the pattern.
Uses common document distance measure unit in case if CmxImageFill.is_relative is false,
otherwise has the dimension of the image pixel width fraction.
procedureCmxProcedurer/wGets or sets the procedure.
rcp_offsetfloatr/wGets or sets the relative offset between tile rows or columns (depends on CmxImageFill.offset_type).
Dimension is fractions of height of width.
rotate180boolr/wGets or sets a value indicating whether this CmxImageSpec is upside down.
tile_offset_xfloatr/wGets or sets the tile offset X.
tile_offset_yfloatr/wGets or sets the tile offset Y.

Constructor: CmxImageFill()

 CmxImageFill() 

Initializes a new instance of the CmxImageFill class