IParentNode.QuerySelector
IParentNode.QuerySelector method
Returns the first element that is a descendant of node that matches selectors.
public Element QuerySelector(string selectors)
Parameter | Type | Description |
---|---|---|
selectors | String | The selectors. |
Return Value
Returns the first matched element.
See Also
- class Element
- interface IParentNode
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG