Click or drag to resize

ExtensionsHasFilling Method

Returns true if the marking mode contains filling.

Namespace: RAYLASE.Marker.Profile
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.20.0
Syntax
C#
public static bool HasFilling(
	this MarkingMode mode
)

Parameters

mode  MarkingMode
The marking mode.

Return Value

Boolean
True if the marking mode contains filling.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type MarkingMode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also