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
스위스LightElementBuilder()
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(듀얼)
fePointLight 요소의 ‘x’ 속성을 설정하여 빛의 출처의 x 조율을 지정합니다.
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
x 조정된 값
Returns
현재 건축가의 경우.
Y(듀얼)
fePointLight 요소의 ‘y’ 속성을 설정하고, 빛의 y 조정소를 지정합니다.
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
Y - 조정된 가치
Returns
현재 건축가의 경우.
Z(듀얼)
fePointLight 요소의 ‘z’ 속성을 설정하고, 빛의 출처의 z 조율을 지정합니다.
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
Z 조정된 값.
Returns
현재 건축가의 경우.</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>