Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

Името на пространството: Aspose.Svg.Builder Асамблея: Aspose.SVG.dll (25.5.0)

Изграждащ клас за създаване на SVG “feSpotLight” елементи, които определят източник на светлина, който емитира светлината в определена посока, като спот-светлина.

[ComVisible(true)]
public class SVGFESpotLightElementBuilder : SVGElementBuilder<svgfespotlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

наследници

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFESpotLightElement) , SVGElementBuilder.BuildElement(Document) , SVGElementBuilder.Attribute(string, string) , SVGElementBuilder.Configurations , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Методи за разширяване

SVGBuilderExtensions.AddAnimate(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddBuilder<svgfespotlightelementbuilder, telementbuilder="">(SVGFESpotLightElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddDesc(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddMetadata<svgfespotlightelementbuilder, telement="">(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddSet(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddTitle(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.Class(SVGFESpotLightElementBuilder, params string[]) , SVGBuilderExtensions.Id(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.Lang(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.SetAttribute(SVGFESpotLightElementBuilder, string, string) , SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.Tabindex(SVGFESpotLightElementBuilder, int) , SVGBuilderExtensions.XmlSpace(SVGFESpotLightElementBuilder, XmlSpace)

Constructors

Където се състои()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Създава нова инстанция на SVGFESpotLightElement в посочения документ.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

Документ, в който ще бъде създаден елементът.

Returns

SVGFESpotLightElement

Новият елемент на SVGFESpotLight.

LimitingConeAngle(Двойно)

Поставете атрибута “ограничаванеConeAngle”, определяйки ограничаващия кон на светлината.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

Ограничаващ конус ъгъл на стойността.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

Пътеводител(Двойно)

Поставете атрибута “точкиAtX”, което показва x-координата, към която светлината е насочена.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

стойността на точките.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

точките(Двойно)

Поставете атрибута “точки ATY”, показвайки y-координата, към която светлината е насочена.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

Стойността на точките.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

Точкове(Двойно)

Поставете атрибута “точкиAtZ”, което показва z-координата, към която светлината е насочена.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

Стойността на точките.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

SpecularExponent(Двойно)

Поставете атрибута “спекуларна експонент”, контролирайки фокуса на спекулятивния фокус.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

Спекуларна експонентна стойност.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

X(Двойно)

Създава атрибута “x” на елемента feSpotLight, представляващ x-координата на източника на светлина.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

Координирана стойност x.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

Y(Двойно)

Създава атрибута “y”, представляващ y-координата на източника на светлина.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

Координирана стойност е.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.

Z(Двойно)

Създава атрибута “z”, представляваща z-координата на източника на светлина.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

Координирана стойност Z.

Returns

SVGFESpotLightElementBuilder

Съществуващата структура на строителите.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Български