clipPath property

Sets or retrieves a reference to the Scalable Vector Graphics (SVG) graphical object that will be used as the clipping path.

 

Syntax

HRESULT value = object.put_clipPath( v);HRESULT value = object.get_clipPath(* p);

Property values

Type: BSTR

One of the values in the Property Values section.

Standards information

Remarks

An IRI is similar to a URL. For example, an SVG file called myDrawing.svg located at https://contoso.com might have the following IRI: https://contoso.com/myDrawing.svg.

See also

IHTMLCSSStyleDeclaration::clipRule