Class SVGFEPointLightElementBuilder
Tên không gian: Aspose.Svg.Builder Tổng hợp: Aspose.SVG.dll (25.5.0)
Khóa xây dựng để tạo các yếu tố SVG ‘fePointLight’, định nghĩa một nguồn ánh sáng điểm để sử dụng với bộ lọc chiếu sáng nguyên thủy.
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, 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 SVGFEPointLightElementBuilder()
public SVGFEPointLightElementBuilder()
Methods
AddScript(Hành động )
Thêm cấu hình kịch bản vào mục fePointLight.
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Tác động cấu hình script.
Returns
Tình trạng hiện tại của nhà xây dựng
Create(Document)
Tạo một ví dụ mới của SVGFEPointLightElement trong tài liệu cụ thể.
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
Tài liệu trong đó yếu tố sẽ được tạo ra.
Returns
Một SVGFEPointLightElement mới.
X(đôi)
Thiết lập thuộc tính ‘x’ của yếu tố fePointLight, xác định sự phối hợp x của nguồn ánh sáng.
public SVGFEPointLightElementBuilder 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’ của yếu tố fePointLight, xác định sự phối hợp y của nguồn ánh sáng.
public SVGFEPointLightElementBuilder 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’ của yếu tố fePointLight, xác định sự phối hợp z của nguồn ánh sáng.
public SVGFEPointLightElementBuilder 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</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>