Class SVGFEPointLightElementBuilder
Název místa: Aspose.Svg.Builder Shromáždění: Aspose.SVG.dll (25.5.0)
Stavební třída pro vytvoření SVG ‘fePointLight’ prvků, které definují zdroj světla bodu pro použití s primitivy osvětlení filtru.
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Dědiční členové
SVGElementBuilder
Metody rozšíření
SVGBuilderExtensions.AddAnimate
Constructors
VybaveníLightElementBuilder()
public SVGFEPointLightElementBuilder()
Methods
AddScript(Akce)
Přidává konfigurace skriptů do prvku fePointLight.
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Akce konfigurace scénáře.
Returns
Stávající stavební instance.
Create(Document)
Vytváří novou příklad SVGFEPointLightElement v uvedeném dokumentu.
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
Dokument, ve kterém bude prvek vytvořen.
Returns
Nový SVGFEPointLightElement.
X(Dvojitý)
Nastaví ‘x’ atribut prvku fePointLight, specifikuje x-koordinát světelného zdroje.
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
Hodnocení x koordinované hodnoty.
Returns
Stávající stavební instance.
Y(Dvojitý)
Nastaví ‘y’ atribut prvku fePointLight, specifikuje y-koordinát světelného zdroje.
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
Koordinovaná hodnota Y.
Returns
Stávající stavební instance.
Z(Dvojitý)
Nastaví ‘z’ atribut prvku fePointLight, specifikuje z-koordinát světelného zdroje.
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
Koordinovaná hodnota z.
Returns
Stávající stavební instance.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>