Class SVGFEPointLightElementBuilder
ชื่อพื้นที่: Aspose.Svg.Builder การประชุม: Aspose.SVG.dll (25.5.0)
คลาสสร้างเพื่อสร้างองค์ประกอบ SVG ‘fePointLight’ ซึ่งกําหนดแหล่งแสงจุดสําหรับการใช้งานกับกรองไฟต้นฉบับ
[ComVisible(true)]
public class SVGFEPointLightElementBuilder : SVGElementBuilder<svgfepointlightelement>, ISVGElementBuilder, IAttributeSetter, IBaseAnimationElementBuilder, IDescriptiveElementBuilder, ICoreAttributeSetter
Inheritance
object
←
SVGElementBuilder
Implements
ISVGElementBuilder , IAttributeSetter , IBaseAnimationElementBuilder , IDescriptiveElementBuilder , ICoreAttributeSetter
อนุญาโตตุลาการ
SVGElementBuilder
วิธีการขยาย
SVGBuilderExtensions.AddAnimate
Constructors
SVGFEPointLightElementBuilder()
public SVGFEPointLightElementBuilder()
Methods
AddScript(การกระทํา)
เพิ่มการกําหนดค่าสคริปต์ไปยังองค์ประกอบ fePointLight
public SVGFEPointLightElementBuilder AddScript(Action<svgscriptelementbuilder> configure)
Parameters
configure
Action
<
SVGScriptElementBuilder
>
การกระทําการกําหนดค่าสคริปต์
Returns
ชนิดของอาคารปัจจุบัน
Create(Document)
สร้างตัวอย่างใหม่ของ SVGFEPointLightElement ในเอกสารที่ระบุ
protected override SVGFEPointLightElement Create(Document document)
Parameters
document
Document
เอกสารที่องค์ประกอบจะถูกสร้างขึ้น
Returns
ใหม่ SVGFEPointLightElement
X(คู่)
การตั้งค่าคุณสมบัติ ‘x’ ขององค์ประกอบ fePointLight โดยเฉพาะอย่างยิ่งการกําหนดค่า x ของแหล่งแสง
public SVGFEPointLightElementBuilder X(double value)
Parameters
value
double
หมายเลข X-Coordinate
Returns
ชนิดของอาคารปัจจุบัน
Y(คู่)
กําหนดคุณสมบัติ ‘Y’ ขององค์ประกอบ fePointLight โดยเฉพาะอย่างยิ่ง y-koordinate ของแหล่งแสง
public SVGFEPointLightElementBuilder Y(double value)
Parameters
value
double
หมายเลข Y-Coordinate
Returns
ชนิดของอาคารปัจจุบัน
Z(คู่)
กําหนดคุณสมบัติ ‘z’ ขององค์ประกอบ fePointLight โดยระบุค่า z ของแหล่งแสง
public SVGFEPointLightElementBuilder Z(double value)
Parameters
value
double
หมายเลขค่าที่สอดคล้อง
Returns
ชนิดของอาคารปัจจุบัน</svgfepointlightelementbuilder,></svgfepointlightelementbuilder,>