Class SVGFEPointLightElementBuilder

Class SVGFEPointLightElementBuilder

Названий на: Aspose.Svg.Builder Асамблея: Aspose.SVG.dll (25.5.0)

Будівельний клас для створення елементів SVG ‘fePointLight’, який визначає джерело світла точки для використання з первісними фільтрами освітлення.

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

Inheritance

object SVGElementBuilder SVGFEPointLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

Нападні члени

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFEPointLightElement) , 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(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddBuilder<svgfepointlightelementbuilder, telementbuilder="">(SVGFEPointLightElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddDesc(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddMetadata<svgfepointlightelementbuilder, telement="">(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddSet(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddTitle(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.Class(SVGFEPointLightElementBuilder, params string[]) , SVGBuilderExtensions.Id(SVGFEPointLightElementBuilder, string) , SVGBuilderExtensions.Lang(SVGFEPointLightElementBuilder, string) , SVGBuilderExtensions.SetAttribute(SVGFEPointLightElementBuilder, string, string) , SVGBuilderExtensions.Style(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.Style(SVGFEPointLightElementBuilder, string) , SVGBuilderExtensions.Tabindex(SVGFEPointLightElementBuilder, int) , SVGBuilderExtensions.XmlSpace(SVGFEPointLightElementBuilder, XmlSpace)

Constructors

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

public SVGFEPointLightElementBuilder()

Methods

AddScript(Діяльність )

Додає конфігурацію скрипта в елемент fePointLight.

public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)

Parameters

configure Action • < SVGScriptElementBuilder >

Скриншоти для конфігурації дії.

Returns

SVGFEPointLightElementBuilder

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

Create(Document)

Створення нової інстанції SVGFEPointLightElement в зазначеному документі.

protected override SVGFEPointLightElement Create(Document document)

Parameters

document Document

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

Returns

SVGFEPointLightElement

Створення SVGFEPointLightElement.

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

Налаштуйте атрибут «x» елемента fePointLight, визначивши координат x джерела світла.

public SVGFEPointLightElementBuilder X(double value)

Parameters

value double

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

Returns

SVGFEPointLightElementBuilder

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

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

Налаштує атрибут «y» елемента fePointLight, визначаючи і-координат джерела світла.

public SVGFEPointLightElementBuilder Y(double value)

Parameters

value double

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

Returns

SVGFEPointLightElementBuilder

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

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

Налаштуйте атрибут «z» елемента fePointLight, визначивши з-координат джерела світла.

public SVGFEPointLightElementBuilder Z(double value)

Parameters

value double

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

Returns

SVGFEPointLightElementBuilder

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

 Українська