WorksheetGetRegionDrawingPlugins Method

Returns all plug-ins which support drawing of regions.

  Important

This method is for internal use only and must not be accessed by the user code.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static IEnumerable<PluginInfo> GetRegionDrawingPlugins(
	Predicate<IPlugin> isRegionDrawingPlugin
)

Parameters

isRegionDrawingPlugin  PredicateIPlugin
Checks whether the specified plug-in is a region drawing plug-in.

Return Value

IEnumerablePluginInfo
All plug-ins which support drawing of regions.

See Also