Class SVGFESpotLightElementBuilder

Class SVGFESpotLightElementBuilder

A név: Aspose.Svg.Builder Összefoglaló: Aspose.SVG.dll (25.5.0)

Építő osztály létrehozása SVG ‘feSpotLight’ elemek, amelyek meghatározza a fényforrás, amely kibocsát fény egy adott irányban, mint egy fényképezőgép.

[ComVisible(true)]
public class SVGFESpotLightElementBuilder : SVGElementBuilder<svgfespotlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter

Inheritance

object SVGElementBuilder SVGFESpotLightElementBuilder

Implements

ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter

Örökletes tagok

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()

kiterjesztési módszerek

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

SzilveszterLightElementBuilder()

public SVGFESpotLightElementBuilder()

Methods

Create(Document)

Hozzon létre egy új példát SVGFESpotLightElement a megadott dokumentumban.

protected override SVGFESpotLightElement Create(Document document)

Parameters

document Document

Az a dokumentum, amelyben az elemet létrehozzák.

Returns

SVGFESpotLightElement

Egy új SVGFESpotLightElement.

LimitingConeAngle(kettős)

Állítsa be a ‘korlátozóConeAngle’ tulajdonságot, amely meghatározza a spotlight korlátozási csontját.

public SVGFESpotLightElementBuilder LimitingConeAngle(double value)

Parameters

value double

A korlátozó cone szög értéke.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

pontokX(kettős)

Állítsa be az AtX pontok tulajdonságát, jelezve azt a x-koordinátust, amelyre a fény mutat.

public SVGFESpotLightElementBuilder PointsAtX(double value)

Parameters

value double

Az Atx pont értéke.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

pontok(kettős)

Állítsa be a ‘pontokAtY’ attribútumot, jelezve az y-koordinátust, amelyre a fény mutat.

public SVGFESpotLightElementBuilder PointsAtY(double value)

Parameters

value double

A pontok értéke.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

pontok(kettős)

Állítsa be az AtZ pontokat, jelezve azt a z-koordinátust, amelyre a fény mutat.

public SVGFESpotLightElementBuilder PointsAtZ(double value)

Parameters

value double

A pontok értéke.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

SpecularExponent(kettős)

Állítsa be a “specularExponent” tulajdonságot, amely szabályozza a spekular kiemelkedő hangsúlyt.

public SVGFESpotLightElementBuilder SpecularExponent(double value)

Parameters

value double

Spekuláris exponens érték.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

X(kettős)

A feSpotLight elem “x” attribútumát állítja össze, amely a fényforrás x-koordinátusa.

public SVGFESpotLightElementBuilder X(double value)

Parameters

value double

Az x koordinált érték.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

Y(kettős)

A “y” tulajdonságot állítja össze, amely a fényforrás y-koordinátusa.

public SVGFESpotLightElementBuilder Y(double value)

Parameters

value double

Az Y koordinált értéke.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.

Z(kettős)

A “z” tulajdonságot állítja össze, amely a fényforrás z-koordinátusa.

public SVGFESpotLightElementBuilder Z(double value)

Parameters

value double

A z koordinált érték.

Returns

SVGFESpotLightElementBuilder

A jelenlegi építész.</svgfespotlightelementbuilder,></svgfespotlightelementbuilder,>

 Magyar