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

SVGFEPointLightエレメントビルダー()

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(ダブル)

fePointLight 要素の「x」属性を設定し、光源の x コーディネートを指定します。

public SVGFEPointLightElementBuilder X(double value)

Parameters

value double

x 調整値です。

Returns

SVGFEPointLightElementBuilder

現在の建設者様。

Y(ダブル)

fePointLight 要素の「y」属性を設定し、光源の y コーディネートを指定します。

public SVGFEPointLightElementBuilder Y(double value)

Parameters

value double

コントロール価値のY

Returns

SVGFEPointLightElementBuilder

現在の建設者様。

Z(ダブル)

fePointLight 要素の「z」属性を設定し、光源の z コーディネートを指定します。

public SVGFEPointLightElementBuilder Z(double value)

Parameters

value double

z 調整値

Returns

SVGFEPointLightElementBuilder

現在の建設者様。</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>

 日本語