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

Створення LightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Створює нову інстанцію SVGFESpotLightElement в зазначеному документі.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

Документ, в якому буде створено елемент.

Returns

SVGFESpotLightElement

Новий пристрій SVGFESpotLightElement.

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», вказуючи й-координат, до якого свідчить світло.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

Це точкова цінність.

Returns

SVGFESpotLightElementBuilder

Теперішній інстанційний будівельник.

Пункти(подвійний)

Складіть атрибут «точкиAtZ», вказуючи з-координат, на який світло вказує.

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», що представляє і-координат джерела світла.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

Координатна цінність і.

Returns

SVGFESpotLightElementBuilder

Теперішній інстанційний будівельник.

Z(подвійний)

Налаштує атрибут «з», що представляє з-координат джерела світла.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

Координована вартість Z.

Returns

SVGFESpotLightElementBuilder

Теперішній інстанційний будівельник.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Українська