Class SVGFEDistantLightElementBuilder
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 ra các yếu tố SVG ‘feDistantLight’, được sử dụng trong bộ lọc SVB để xác định một nguồn ánh sáng từ xa.
[ComVisible(true)]
public class SVGFEDistantLightElementBuilder : SVGElementBuilder<svgfedistantlightelement>, 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à sản xuất LightElementBuilder()
public SVGFEDistantLightElementBuilder()
Methods
AddScript(Hành động )
Thêm cấu hình kịch bản vào mục feDistantLight.
public SVGFEDistantLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
Tác động cấu hình script.
Returns
SVGFEDistantLightElementBuilder
Tình trạng hiện tại của nhà xây dựng
Azimuth(đôi)
Thiết lập thuộc tính ‘azimuth’ của yếu tố feDistantLight.
public SVGFEDistantLightElementBuilder Azimuth(double value)
Parameters
value
double
góc azimuth cho nguồn ánh sáng trong độ.
Returns
SVGFEDistantLightElementBuilder
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 SVGFEDistantLightElement trong tài liệu cụ thể.
protected override SVGFEDistantLightElement Create(Document document)
Parameters
document
Document
Tài liệu trong đó yếu tố sẽ được tạo ra.
Returns
Một SVGFEDistantLightElement mới.
Elevation(đôi)
Thiết lập thuộc tính “tăng” của yếu tố feDistantLight.
public SVGFEDistantLightElementBuilder Elevation(double value)
Parameters
value
double
góc chiều cao cho nguồn ánh sáng trong độ.
Returns
SVGFEDistantLightElementBuilder
Tình trạng hiện tại của nhà xây dựng</svgfedistantlightelementbuilder,></svgfedistantlightelementbuilder,>