PatternFillSettings Class

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.4.0

Constructors

NameDescription
PatternFillSettings()Initializes a new instance of the PatternFillSettings class

Properties

NameTypeAccessDescription
align_with_layerboolr/wGets or sets a value indicating whether [link with layer].
angledoubler/wGets or sets the angle.
colorColorr/wGets or sets the color.
fill_typeFillTyperThe fill type
horizontal_offsetintr/wGets or sets the horizontal offset.
linkedboolr/wGets or sets a value indicating whether this PatternFillSettings is linked.
pattern_dataintr/wGets or sets the pattern data.
pattern_heightintr/wGets or sets the height of the pattern.
pattern_idstringr/wGets or sets the pattern identifier.
pattern_namestringr/wGets or sets the name of the pattern.
pattern_widthintr/wGets or sets the width of the pattern.
point_typestringr/wGets or sets the type of the point.
scaledoubler/wGets or sets the scale.
vertical_offsetintr/wGets or sets the vertical offset.

Methods

NameDescription
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:

ParameterTypeDescription
point_typestringType of the point.
colorColorThe color.
pattern_namestringName of the pattern.
identifierstringThe identifier.
scaledoubleThe scale.
linkedboolif set to true [linked].
offsetPointFThe offset.

Returns

TypeDescription
System.Collections.Generic.IEnumerable<Aspose.PSD.FileFormats.Psd.Layers.LayerResources.OSTypeStructure>List of OSTypeStructure