CdrImageFill Class
Contents
[
Hide
]Summary: The cdr image fill
Module: aspose.imaging.fileformats.cdr.types
Full Name: aspose.imaging.fileformats.cdr.types.CdrImageFill
Constructors
| Name | Description |
|---|---|
| CdrImageFill(id, width, height, is_relative, x_offset, y_offset, rcp_offset, flags) | Initializes a new instance of the CdrImageFill class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| flags | System.Byte | r/w | Gets or sets the flags. |
| height | float | r/w | Gets or sets the height. |
| id | int | r/w | Gets or sets the identifier. |
| is_relative | bool | r/w | Gets or sets a value indicating whether this instance is relative. |
| rcp_offset | float | r/w | Gets or sets the RCP offset. |
| width | float | r/w | Gets or sets the width. |
| x_offset | float | r/w | Gets or sets the x offset. |
| y_offset | float | r/w | Gets 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:
| Parameter | Type | Description |
|---|---|---|
| id | int | The identifier. |
| width | float | The width. |
| height | float | The height. |
| is_relative | bool | if set to |
| x_offset | float | The x offset. |
| y_offset | float | The y offset. |
| rcp_offset | float | The RPC offset. |
| flags | System.Byte | The flags. |