Class SVGFEPointLightElementBuilder

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 SVGFEPointLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

상속 회원들

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFEPointLightElement) , SVGElementBuilder.BuildElement(Document) , SVGElementBuilder.Attribute(string, string) , SVGElementBuilder.Configurations , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

확장 방법

SVGBuilderExtensions.AddAnimate(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddBuilder<svgfepointlightelementbuilder, telementbuilder="">(SVGFEPointLightElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddDesc(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddMetadata<svgfepointlightelementbuilder, telement="">(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddSet(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.AddTitle(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.Class(SVGFEPointLightElementBuilder, params string[]) , SVGBuilderExtensions.Id(SVGFEPointLightElementBuilder, string) , SVGBuilderExtensions.Lang(SVGFEPointLightElementBuilder, string) , SVGBuilderExtensions.SetAttribute(SVGFEPointLightElementBuilder, string, string) , SVGBuilderExtensions.Style(SVGFEPointLightElementBuilder, Action) , SVGBuilderExtensions.Style(SVGFEPointLightElementBuilder, string) , SVGBuilderExtensions.Tabindex(SVGFEPointLightElementBuilder, int) , SVGBuilderExtensions.XmlSpace(SVGFEPointLightElementBuilder, XmlSpace)

Constructors

스위스LightElementBuilder()

public SVGFEPointLightElementBuilder()

Methods

AddScript(액션)

fePointLight 요소에 스크립트 구성을 추가합니다.

public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)

Parameters

configure Action &lt에 대한 정보 SVGScriptElementBuilder >

스크립트 구성 액션.

Returns

SVGFEPointLightElementBuilder

현재 건축가의 경우.

Create(Document)

지정된 문서에서 SVGFEPointLightElement의 새로운 예를 만듭니다.

protected override SVGFEPointLightElement Create(Document document)

Parameters

document Document

요소가 생성되는 문서입니다.

Returns

SVGFEPointLightElement

새로운 SVGFEPointLightElement.

X(듀얼)

fePointLight 요소의 ‘x’ 속성을 설정하여 빛의 출처의 x 조율을 지정합니다.

public SVGFEPointLightElementBuilder X(double value)

Parameters

value double

x 조정된 값

Returns

SVGFEPointLightElementBuilder

현재 건축가의 경우.

Y(듀얼)

fePointLight 요소의 ‘y’ 속성을 설정하고, 빛의 y 조정소를 지정합니다.

public SVGFEPointLightElementBuilder Y(double value)

Parameters

value double

Y - 조정된 가치

Returns

SVGFEPointLightElementBuilder

현재 건축가의 경우.

Z(듀얼)

fePointLight 요소의 ‘z’ 속성을 설정하고, 빛의 출처의 z 조율을 지정합니다.

public SVGFEPointLightElementBuilder Z(double value)

Parameters

value double

Z 조정된 값.

Returns

SVGFEPointLightElementBuilder

현재 건축가의 경우.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>

 한국어