CdrGradient Class
Contents
[
Hide
]Summary: The cdr gradient
Module: aspose.imaging.fileformats.cdr.types
Full Name: aspose.imaging.fileformats.cdr.types.CdrGradient
Constructors
Name | Description |
---|---|
CdrGradient() | Initializes a new instance of the CdrGradient class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
angle | double | r/w | Gets or sets the angle. |
center_x_offset | int | r/w | Gets or sets the center x offset. |
center_y_offset | int | r/w | Gets or sets the center y offset. |
edge_offset | int | r/w | Gets or sets the edge offset. |
mid_point | double | r/w | Gets or sets the mid point. |
mode | int | r/w | Gets or sets the mode. |
stops | list[CdrGradientStop] | r/w | Gets or sets the stops. |
type | int | r/w | Gets or sets the type. |
Constructor: CdrGradient()
CdrGradient()
Initializes a new instance of the CdrGradient class.