PatternFillSettings.GenerateLfx2ResourceNodes

PatternFillSettings.GenerateLfx2ResourceNodes method

Generates the LFX2 resource nodes.

public static IEnumerable<OSTypeStructure> GenerateLfx2ResourceNodes(string pointType, Color color, 
    string patternName, string identifier, double scale, bool linked, PointF offset)
ParameterTypeDescription
pointTypeStringType of the point.
colorColorThe color.
patternNameStringName of the pattern.
identifierStringThe identifier.
scaleDoubleThe scale.
linkedBooleanif set to true [linked].
offsetPointFThe offset.

Return Value

List of OSTypeStructure

See Also