Class SVGFESpotLightElementBuilder
이름 공간 : Aspose.Svg.Builder 모임: Aspose.SVG.dll (25.5.0)
SVG ‘feSpotLight’ 요소를 만들기위한 건축 클래스, 특정 방향으로 빛을 방출하는 조명 출처를 정의합니다.
[ComVisible(true)]
public class SVGFESpotLightElementBuilder : SVGElementBuilder<svgfespotlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
상속 회원들
SVGElementBuilder
확장 방법
SVGBuilderExtensions.AddAnimate
Constructors
스위스포트LightElementBuilder()
public SVGFESpotLightElementBuilder()
Methods
Create(Document)
지정된 문서에서 SVGFESpotLightElement의 새로운 예를 만듭니다.
protected override SVGFESpotLightElement Create(Document document)
Parameters
document
Document
요소가 생성되는 문서입니다.
Returns
새로운 SVGFESpotLightElement.
LimitingConeAngle(듀얼)
‘제한ConeAngle’의 속성을 설정하고, 조명의 제한 콘을 정의합니다.
public SVGFESpotLightElementBuilder LimitingConeAngle(double value)
Parameters
value
double
코인 링 값을 제한합니다.
Returns
현재 건축가의 경우.
포인트 엑스(듀얼)
‘포인트AtX’ 속성을 설정하여 빛이 지시하는 x 조절을 나타냅니다.
public SVGFESpotLightElementBuilder PointsAtX(double value)
Parameters
value
double
포인트AtX 가치.
Returns
현재 건축가의 경우.
포인트(듀얼)
‘pointAtY’의 속성을 설정하고, 빛이 지시하는 y-koordinate를 나타냅니다.
public SVGFESpotLightElementBuilder PointsAtY(double value)
Parameters
value
double
포인트에 대한 가치.
Returns
현재 건축가의 경우.
포인트(듀얼)
‘점AtZ’ 속성을 설정하여 빛이 지시하는 z-조정표를 나타냅니다.
public SVGFESpotLightElementBuilder PointsAtZ(double value)
Parameters
value
double
포인트의 가치가 있습니다.
Returns
현재 건축가의 경우.
SpecularExponent(듀얼)
“specularExponent"의 속성을 설정하고, 초점의 초점을 제어합니다.
public SVGFESpotLightElementBuilder SpecularExponent(double value)
Parameters
value
double
주목할만한 노출 가치.
Returns
현재 건축가의 경우.
X(듀얼)
feSpotLight 요소의 ‘x’ 속성을 설정하여 빛의 출처의 x 조율을 나타냅니다.
public SVGFESpotLightElementBuilder X(double value)
Parameters
value
double
x 조정된 값
Returns
현재 건축가의 경우.
Y(듀얼)
그것은 ‘y’의 속성을 설정하고, 빛의 출처의 y-조정을 나타냅니다.
public SVGFESpotLightElementBuilder Y(double value)
Parameters
value
double
Y - 조정된 가치
Returns
현재 건축가의 경우.
Z(듀얼)
‘z’의 속성을 설정하여 빛의 출처의 z-조정을 나타냅니다.
public SVGFESpotLightElementBuilder Z(double value)
Parameters
value
double
Z 조정된 값.
Returns
현재 건축가의 경우.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>