CdrImageFill Class

Summary: The cdr image fill

Module: aspose.imaging.fileformats.cdr.types

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

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
flagsSystem.Byter/wGets or sets the flags.
heightfloatr/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_offsetfloatr/wGets or sets the RCP offset.
widthfloatr/wGets or sets the width.
x_offsetfloatr/wGets or sets the x offset.
y_offsetfloatr/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.
widthfloatThe width.
heightfloatThe height.
is_relativeboolif set to true [is relative].
x_offsetfloatThe x offset.
y_offsetfloatThe y offset.
rcp_offsetfloatThe RPC offset.
flagsSystem.ByteThe flags.