Share via


pointsAtX property

Gets a value that specifies the x location in the coordinate system established by attribute ISVGFilterElement::primitiveUnits on the filter element of the point at which the light source is pointing.

This property is read-only.

 

Syntax

HRESULT get_pointsAtX(
  [out] SVGAnimatedNumber **<number>
);

Property values

Type: SVGAnimatedNumber

An SVGAnimatedNumber object that specifies the x location in the coordinate system.

Standards information

Remarks

If the ISVGFESpotLightElement::pointsAtX attribute is not specified, then the effect is as if a value of 0 were specified.