Class SVGFEDistantLightElementBuilder
名称: Aspose.Svg.Builder 会議: Aspose.SVG.dll (25.5.0)
SVGの「feDistantLight」要素を作成するための構築クラスは、遠隔光源を定義するためにSVGフィルター内で使用されます。
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
相続人
SVGElementBuilder
拡張方法
SVGBuilderExtensions.AddAnimate
Constructors
エレクトロニクスLightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(アクション)
feDistantLight エレメントにスクリプト設定を追加します。
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
スクリプト構成アクション
Returns
SVGFEDistantLightElementBuilder
現在の建設者様。
Azimuth(ダブル)
feDistantLight元素の「azimuth」属性を設定します。
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
光源のアジムトの角度は、グレードで。
Returns
SVGFEDistantLightElementBuilder
現在の建設者様。
Create(Document)
指定文書に SVGFEDistantLightElement の新しい例を作成します。
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
要素が作成される文書です。
Returns
新しいSVGFEDistantLightElement。
Elevation(ダブル)
feDistantLight元素の「上昇」属性を設定します。
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
光源の高さの角度はグレードです。
Returns
SVGFEDistantLightElementBuilder
現在の建設者様。</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>