Class CdrImageFill
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Types
- Assembly
- Aspose.Imaging.dll
The cdr image fill
public class CdrImageFill
- Inheritance
-
CdrImageFill
- Inherited Members
Constructors
CdrImageFill(int, double, double, bool, double, double, double, byte)
Initializes a new instance of the CdrImageFill class.
public CdrImageFill(int id, double width, double height, bool isRelative, double xOffset, double yOffset, double rcpOffset, byte flags)
Parameters
id
intThe identifier.
width
doubleThe width.
height
doubleThe height.
isRelative
boolif set to
true
[is relative].xOffset
doubleThe x offset.
yOffset
doubleThe y offset.
rcpOffset
doubleThe RPC offset.
flags
byteThe flags.
Properties
Flags
Gets or sets the flags.
public byte Flags { get; set; }
Property Value
- byte
The flags.
Height
Gets or sets the height.
public double Height { get; set; }
Property Value
- double
The height.
Id
Gets or sets the identifier.
public int Id { get; set; }
Property Value
- int
The identifier.
IsRelative
Gets or sets a value indicating whether this instance is relative.
public bool IsRelative { get; set; }
Property Value
- bool
true
if this instance is relative; otherwise,false
.
RcpOffset
Gets or sets the RCP offset.
public double RcpOffset { get; set; }
Property Value
- double
The RCP offset.
Width
Gets or sets the width.
public double Width { get; set; }
Property Value
- double
The width.
XOffset
Gets or sets the x offset.
public double XOffset { get; set; }
Property Value
- double
The x offset.
YOffset
Gets or sets the y offset.
public double YOffset { get; set; }
Property Value
- double
The y offset.