Class SVGFESpotLightElementBuilder
Tên không gian: Aspose.Svg.Builder Tổng hợp: Aspose.SVG.dll (25.5.0)
Khóa học xây dựng để tạo ra các yếu tố SVG ‘feSpotLight’, định nghĩa một nguồn ánh sáng phát ra đèn trong một hướng cụ thể, chẳng hạn như một đèn chiếu sáng.
[ComVisible(true)]
public class SVGFESpotLightElementBuilder : SVGElementBuilder<svgfespotlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
Thành viên thừa kế
SVGElementBuilder
Phương pháp mở rộng
SVGBuilderExtensions.AddAnimate
Constructors
Nhãn hiệu: SVGFESpotLightElementBuilder()
public SVGFESpotLightElementBuilder()
Methods
Create(Document)
Tạo một ví dụ mới của SVGFESpotLightElement trong tài liệu cụ thể.
protected override SVGFESpotLightElement Create(Document document)
Parameters
document
Document
Tài liệu trong đó yếu tố sẽ được tạo ra.
Returns
Một SVGFESpotLightElement mới.
LimitingConeAngle(đôi)
Thiết lập thuộc tính ’limitingConeAngle’, định nghĩa con giới hạn của ánh sáng hiển thị.
public SVGFESpotLightElementBuilder LimitingConeAngle(double value)
Parameters
value
double
Giá trị giới hạn góc cono.
Returns
Tình trạng hiện tại của nhà xây dựng
ĐiểmX(đôi)
Thiết lập thuộc tính ‘pointsAtX’, chỉ ra sự phối hợp x mà ánh sáng đang nhắm đến.
public SVGFESpotLightElementBuilder PointsAtX(double value)
Parameters
value
double
Giá trị điểm AtX.
Returns
Tình trạng hiện tại của nhà xây dựng
Điểm(đôi)
Thiết lập thuộc tính ‘pointsAtY’, chỉ ra sự phối hợp y mà ánh sáng đang hướng tới.
public SVGFESpotLightElementBuilder PointsAtY(double value)
Parameters
value
double
Giá trị của điểm.
Returns
Tình trạng hiện tại của nhà xây dựng
Điểm(đôi)
Thiết lập thuộc tính ‘pointsAtZ’, chỉ ra sự phối hợp z mà ánh sáng đang hướng tới.
public SVGFESpotLightElementBuilder PointsAtZ(double value)
Parameters
value
double
Giá trị của điểm.
Returns
Tình trạng hiện tại của nhà xây dựng
SpecularExponent(đôi)
Thiết lập thuộc tính ‘specularExponent’, kiểm soát sự tập trung của điểm nổi bật specular.
public SVGFESpotLightElementBuilder SpecularExponent(double value)
Parameters
value
double
Ưu điểm specular exponent value.
Returns
Tình trạng hiện tại của nhà xây dựng
X(đôi)
Thiết lập thuộc tính ‘x’ của yếu tố feSpotLight, đại diện cho sự phối hợp x của nguồn ánh sáng.
public SVGFESpotLightElementBuilder X(double value)
Parameters
value
double
Giá trị x-coordinate
Returns
Tình trạng hiện tại của nhà xây dựng
Y(đôi)
Thiết lập thuộc tính ‘y’, đại diện cho sự phối hợp y của nguồn ánh sáng.
public SVGFESpotLightElementBuilder Y(double value)
Parameters
value
double
Giá trị của y-coordinate
Returns
Tình trạng hiện tại của nhà xây dựng
Z(đôi)
Thiết lập thuộc tính ‘z’, đại diện cho sự phối hợp z của nguồn ánh sáng.
public SVGFESpotLightElementBuilder Z(double value)
Parameters
value
double
Giá trị phối hợp z.
Returns
Tình trạng hiện tại của nhà xây dựng</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>