PatternFillSettings Class
Contents
[
Hide
]Summary: Pattern fill effect settings
Module: aspose.psd.fileformats.psd.layers.fillsettings
Full Name: aspose.psd.fileformats.psd.layers.fillsettings.PatternFillSettings
Inheritance: IFillSettings, IPatternFillSettings, BaseFillSettings
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
PatternFillSettings() | Initializes a new instance of the PatternFillSettings class |
Properties
Name | Type | Access | Description |
---|---|---|---|
align_with_layer | bool | r/w | Gets or sets a value indicating whether [link with layer]. |
angle | double | r/w | Gets or sets the angle. |
color | Color | r/w | Gets or sets the color. |
fill_type | FillType | r | The fill type |
horizontal_offset | int | r/w | Gets or sets the horizontal offset. |
linked | bool | r/w | Gets or sets a value indicating whether this PatternFillSettings is linked. |
pattern_data | int | r/w | Gets or sets the pattern data. |
pattern_height | int | r/w | Gets or sets the height of the pattern. |
pattern_id | string | r/w | Gets or sets the pattern identifier. |
pattern_name | string | r/w | Gets or sets the name of the pattern. |
pattern_width | int | r/w | Gets or sets the width of the pattern. |
point_type | string | r/w | Gets or sets the type of the point. |
scale | double | r/w | Gets or sets the scale. |
vertical_offset | int | r/w | Gets or sets the vertical offset. |
Methods
Name | Description |
---|---|
generate_lfx_2_resource_nodes(point_type, color, pattern_name, identifier, scale, linked, offset) | Generates the LFX2 resource nodes. |
Constructor: PatternFillSettings()
PatternFillSettings()
Initializes a new instance of the PatternFillSettings class
Method: generate_lfx_2_resource_nodes(point_type, color, pattern_name, identifier, scale, linked, offset) [static]
generate_lfx_2_resource_nodes(point_type, color, pattern_name, identifier, scale, linked, offset)
Generates the LFX2 resource nodes.
Parameters:
Parameter | Type | Description |
---|---|---|
point_type | string | Type of the point. |
color | Color | The color. |
pattern_name | string | Name of the pattern. |
identifier | string | The identifier. |
scale | double | The scale. |
linked | bool | if set to |
offset | PointF | The offset. |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Aspose.PSD.FileFormats.Psd.Layers.LayerResources.OSTypeStructure> | List of OSTypeStructure |