SvgPlottingUtilHasTransformations Method

Return a value indicating whether the specified node has transformations.

Definition

Namespace: SvgPlotting
Assembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
C#
public static bool HasTransformations(
	HtmlNodeItem node
)

Parameters

node  HtmlNodeItem
Reference to the node which may directly contain or inherit transformations.

Return Value

Boolean
True if the node or its parent structure contains transformations. Otherwise, false.

See Also