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
Створення SVGFEPointLightElementBuilder()
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(подвійний)
Налаштуйте атрибут «x» елемента fePointLight, визначивши координат x джерела світла.
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
Координована вартість x.
Returns
Теперішній інстанційний будівельник.
Y(подвійний)
Налаштує атрибут «y» елемента fePointLight, визначаючи і-координат джерела світла.
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
Координатна цінність і.
Returns
Теперішній інстанційний будівельник.
Z(подвійний)
Налаштуйте атрибут «z» елемента fePointLight, визначивши з-координат джерела світла.
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
Координована вартість Z.
Returns
Теперішній інстанційний будівельник.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>