Class SVGFEDistantLightElementBuilder
اسم الفضاء : Aspose.Svg.Builder جمع: Aspose.SVG.dll (25.5.0)
فئة البناء لإنشاء عناصر SVG ‘feDistantLight’ ، المستخدمة داخل فلتر SVB لتحديد مصدر ضوء بعيد.
[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(مزدوجة)
يضع “azimuth” خصائص العنصر feDistantLight.
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,>