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
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
相続人
SVGElementBuilder
拡張方法
SVGBuilderExtensions.AddAnimate
Constructors
SVGFEPointLightエレメントビルダー()
public SVGFEPointLightElementBuilder()
Methods
AddScript(アクション)
fePointLight エレメントにスクリプト設定を追加します。
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
スクリプト構成アクション
Returns
現在の建設者様。
Create(Document)
指定文書に SVGFEPointLightElement の新しい例を作成します。
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
要素が作成される文書です。
Returns
新しいSVGFEPointLightElement。
X(ダブル)
fePointLight 要素の「x」属性を設定し、光源の x コーディネートを指定します。
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
x 調整値です。
Returns
現在の建設者様。
Y(ダブル)
fePointLight 要素の「y」属性を設定し、光源の y コーディネートを指定します。
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
コントロール価値のY
Returns
現在の建設者様。
Z(ダブル)
fePointLight 要素の「z」属性を設定し、光源の z コーディネートを指定します。
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
z 調整値
Returns
現在の建設者様。</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>