CdrImageFill Class

Summary: The cdr image fill

Module: aspose.imaging.fileformats.cdr.types

Full Name: aspose.imaging.fileformats.cdr.types.CdrImageFill

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
CdrImageFill(id, width, height, is_relative, x_offset, y_offset, rcp_offset, flags)Initializes a new instance of the CdrImageFill class.

Properties

NameTypeAccessDescription
flagsbyter/wGets or sets the flags.
heightdoubler/wGets or sets the height.
idintr/wGets or sets the identifier.
is_relativeboolr/wGets or sets a value indicating whether this instance is relative.
rcp_offsetdoubler/wGets or sets the RCP offset.
widthdoubler/wGets or sets the width.
x_offsetdoubler/wGets or sets the x offset.
y_offsetdoubler/wGets or sets the y offset.

Constructor: CdrImageFill(id, width, height, is_relative, x_offset, y_offset, rcp_offset, flags)

 CdrImageFill(id, width, height, is_relative, x_offset, y_offset, rcp_offset, flags) 

Initializes a new instance of the CdrImageFill class.

Parameters:

ParameterTypeDescription
idintThe identifier.
widthdoubleThe width.
heightdoubleThe height.
is_relativeboolif set to true [is relative].
x_offsetdoubleThe x offset.
y_offsetdoubleThe y offset.
rcp_offsetdoubleThe RPC offset.
flagsbyteThe flags.