Class SVGFESpotLightElementBuilder

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 SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

Thành viên thừa kế

SVGElementBuilder.Create(Document) , SVGElementBuilder.Build(Document) , SVGElementBuilder.Build(SVGFESpotLightElement) , SVGElementBuilder.BuildElement(Document) , SVGElementBuilder.Attribute(string, string) , SVGElementBuilder.Configurations , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Phương pháp mở rộng

SVGBuilderExtensions.AddAnimate(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddBuilder<svgfespotlightelementbuilder, telementbuilder="">(SVGFESpotLightElementBuilder, TElementBuilder) , SVGBuilderExtensions.AddDesc(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddMetadata<svgfespotlightelementbuilder, telement="">(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddSet(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.AddTitle(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.Class(SVGFESpotLightElementBuilder, params string[]) , SVGBuilderExtensions.Id(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.Lang(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.SetAttribute(SVGFESpotLightElementBuilder, string, string) , SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, Action) , SVGBuilderExtensions.Style(SVGFESpotLightElementBuilder, string) , SVGBuilderExtensions.Tabindex(SVGFESpotLightElementBuilder, int) , SVGBuilderExtensions.XmlSpace(SVGFESpotLightElementBuilder, XmlSpace)

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

SVGFESpotLightElement

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

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

SVGFESpotLightElementBuilder

Tình trạng hiện tại của nhà xây dựng</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Tiếng Việt